| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index cb62e4f62ab7c4a0c81b5ad57d05cb092644d8ac..0e27e21eea1620fad2afca86ac9b3defd1ad9070 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -116,6 +116,7 @@ namespace internal {
|
| ASM(InterpreterPushArgsAndConstruct) \
|
| ASM(InterpreterPushArgsAndConstructFunction) \
|
| ASM(InterpreterPushArgsAndConstructArray) \
|
| + ASM(InterpreterEnterBytecodeAdvance) \
|
| ASM(InterpreterEnterBytecodeDispatch) \
|
| ASM(InterpreterOnStackReplacement) \
|
| \
|
|
|