summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/bytecode/Opcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/bytecode/Opcode.h')
-rw-r--r--JavaScriptCore/bytecode/Opcode.h4
1 files changed, 3 insertions, 1 deletions
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) \
\