From 5af96e2c7b73ebc627c6894727826a7576d31758 Mon Sep 17 00:00:00 2001 From: Leon Clarke Date: Thu, 3 Jun 2010 14:33:32 +0100 Subject: Merge webkit.org at r60469 : Initial merge by git. Change-Id: I66a0047aa2af802f66bb0c7f2a8b02247a596234 --- JavaScriptCore/bytecode/Opcode.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'JavaScriptCore/bytecode/Opcode.h') diff --git a/JavaScriptCore/bytecode/Opcode.h b/JavaScriptCore/bytecode/Opcode.h index 30472d5..81fff99 100644 --- a/JavaScriptCore/bytecode/Opcode.h +++ b/JavaScriptCore/bytecode/Opcode.h @@ -42,6 +42,8 @@ namespace JSC { macro(op_enter_with_activation, 2) \ macro(op_init_arguments, 2) \ macro(op_create_arguments, 2) \ + macro(op_create_this, 3) \ + macro(op_get_callee, 2) \ macro(op_convert_this, 2) \ \ macro(op_new_object, 2) \ @@ -164,7 +166,7 @@ namespace JSC { macro(op_ret_object_or_this, 3) \ macro(op_method_check, 1) \ \ - macro(op_construct, 6) \ + macro(op_construct, 4) \ macro(op_strcat, 4) \ macro(op_to_primitive, 3) \ \ -- cgit v1.1