| Index: src/compiler/js-generic-lowering.h
|
| diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h
|
| index a15777272791c47344d842de0fb02423be56ade6..38ee431f15b94957c5a38c6426c7e4fd4ef6f1a1 100644
|
| --- a/src/compiler/js-generic-lowering.h
|
| +++ b/src/compiler/js-generic-lowering.h
|
| @@ -37,6 +37,8 @@ class JSGenericLowering final : public Reducer {
|
|
|
| // Helpers to replace existing nodes with a generic call.
|
| void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags);
|
| + void ReplaceWithStubCall(Node* node, Callable c, CallDescriptor::Flags flags,
|
| + Operator::Properties properties);
|
| void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);
|
|
|
| Zone* zone() const;
|
|
|