mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Revert "LibJS: Shrink ExecutionContext by replacing ScriptOrModule …"
… with Cell*.
This reverts commit d3495c62a7.
This commit is contained in:
committed by
Tim Ledbetter
parent
ba8d63556f
commit
36f74ba96c
Notes:
github-actions[bot]
2026-03-11 23:14:19 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/36f74ba96ce Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8374
@@ -159,7 +159,7 @@ void prepare_for_wrapped_function_call(WrappedFunction& function, ExecutionConte
|
||||
callee_context.realm = callee_realm;
|
||||
|
||||
// 6. Set the ScriptOrModule of calleeContext to null.
|
||||
callee_context.script_or_module = nullptr;
|
||||
callee_context.script_or_module = {};
|
||||
|
||||
// 7. If callerContext is not already suspended, suspend callerContext.
|
||||
// NOTE: We don't support this concept yet.
|
||||
|
||||
Reference in New Issue
Block a user