Move encapsulated environment out of ScriptFnDef.

This commit is contained in:
Stephen Chung
2022-12-12 16:06:24 +08:00
parent 397b5eb39d
commit 67a7ab4069
14 changed files with 116 additions and 79 deletions

View File

@@ -265,6 +265,7 @@ impl Engine {
caches,
scope,
this_ptr,
None,
fn_def,
args,
rewind_scope,