Remove InterpreterState
from Context
#1545
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 #1544.
After returning every corresponding
CompletionRecord
in the spec, we can removeInterpreterState
; at this pointCompletionRecord
should manage the execution state of itsNode
, so an additionalInterpreterState
should be unnecessary.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: