| Index: src/compiler/js-generic-lowering.cc
|
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc
|
| index 60b0c2ef0797cfa464f964cde8cd79690fe6ded7..c7c6b1f0d6d638d7fd06c8edcbf0d0445007406a 100644
|
| --- a/src/compiler/js-generic-lowering.cc
|
| +++ b/src/compiler/js-generic-lowering.cc
|
| @@ -115,6 +115,7 @@ REPLACE_COMPARE_IC_CALL_WITH_LANGUAGE_MODE(JSGreaterThanOrEqual, Token::GTE)
|
| ReplaceWithRuntimeCall(node, fun); \
|
| }
|
| REPLACE_RUNTIME_CALL(JSCreate, Runtime::kAbort)
|
| +REPLACE_RUNTIME_CALL(JSCreateArguments, Runtime::kNewArguments)
|
| REPLACE_RUNTIME_CALL(JSCreateFunctionContext, Runtime::kNewFunctionContext)
|
| REPLACE_RUNTIME_CALL(JSCreateWithContext, Runtime::kPushWithContext)
|
| REPLACE_RUNTIME_CALL(JSCreateBlockContext, Runtime::kPushBlockContext)
|
|
|