Fix function exit trigger and add function enter trigger.

This commit is contained in:
Stephen Chung
2022-02-02 22:42:33 +08:00
parent db2f1a601c
commit 8322e62c18
9 changed files with 115 additions and 68 deletions

View File

@@ -190,8 +190,8 @@ impl Engine {
&mut this_ptr,
fn_def,
&mut args,
Position::NONE,
rewind_scope,
Position::NONE,
0,
);