native boot

This commit is contained in:
2026-02-22 20:47:26 -06:00
parent 7ac5ac63d2
commit 4edc4b7cc5
19 changed files with 59808 additions and 22461 deletions

View File

@@ -2363,7 +2363,7 @@ var mcode = function(ast) {
obj = operand.left
prop = operand.right
obj_slot = gen_expr(obj, -1)
push(s_instructions, ["delete", slot, obj_slot, prop])
add_instr(["delete", slot, obj_slot, prop])
} else if (operand_kind == "[") {
obj = operand.left
idx = operand.right