native boot
This commit is contained in:
2
mcode.cm
2
mcode.cm
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user