Make Executable::run
return a JsResult<CompletionRecord>
#1543
Labels
ast
Issue surrounding the abstract syntax tree
enhancement
New feature or request
execution
Issues or PRs related to code execution
Related discussion on #1541.
Follows from #1542.
For starters we can just always pass a
CompletionRecord
with a[[value]]
equal to the value returned by every node evaluation, as all nodes return aJsValue
with few exceptions likeThrow
.This feature is being developed in the https://github.com/boa-dev/boa/tree/feature/completion_records branch.
The text was updated successfully, but these errors were encountered: