fixed 'with' access by adding HasPropery() calls - removed unused 'with_get_ref_undef' opcode

This commit is contained in:
Fabrice Bellard
2025-04-16 14:48:12 +02:00
parent 83530ac9a7
commit 3b04c58628
3 changed files with 85 additions and 43 deletions

View File

@@ -196,7 +196,6 @@ DEF( with_put_var, 10, 2, 1, atom_label_u8) /* must be in the same order a
DEF(with_delete_var, 10, 1, 0, atom_label_u8) /* must be in the same order as scope_xxx */
DEF( with_make_ref, 10, 1, 0, atom_label_u8) /* must be in the same order as scope_xxx */
DEF( with_get_ref, 10, 1, 0, atom_label_u8) /* must be in the same order as scope_xxx */
DEF(with_get_ref_undef, 10, 1, 0, atom_label_u8)
DEF( make_loc_ref, 7, 0, 2, atom_u16)
DEF( make_arg_ref, 7, 0, 2, atom_u16)