mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +00:00
LibJS: Make it possible to visit the edges of an ExecutionContext
This commit is contained in:
parent
40cc38869e
commit
6431dd7904
2 changed files with 19 additions and 0 deletions
|
@ -26,6 +26,8 @@ struct ExecutionContext {
|
|||
|
||||
[[nodiscard]] ExecutionContext copy() const;
|
||||
|
||||
void visit_edges(Cell::Visitor&);
|
||||
|
||||
private:
|
||||
explicit ExecutionContext(MarkedVector<Value> existing_arguments);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue