implement __functor

This commit is contained in:
2026-05-04 18:24:33 +08:00
parent 7fa2f44a87
commit 151dd4835c
7 changed files with 79 additions and 8 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ table! {
JumpIfTrue => op_jump_if_true,
Jump => op_jump,
CoerceToString => op_coerce_to_string,
CoerceToString => op_coerce_to_string,
ConcatStrings => op_concat_strings,
ResolvePath => op_resolve_path,