Skip to content

Commit

Permalink
Passing token address from throw statement for exception tracking.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Sep 10, 2024
1 parent 5858eac commit 635f147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ast/TerminativeSignal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ DynamicObject TerminativeReturnSignal::getObject() const {
DynamicObject TerminativeThrowSignal::getObject() const {
return this->value;
}

Token* TerminativeThrowSignal::getAddress() const {
return this->address.get();
}

0 comments on commit 635f147

Please sign in to comment.