aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/js-generic-lowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/js-generic-lowering.h')
-rw-r--r--src/compiler/js-generic-lowering.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/js-generic-lowering.h b/src/compiler/js-generic-lowering.h
index 38ee431f..88d0b451 100644
--- a/src/compiler/js-generic-lowering.h
+++ b/src/compiler/js-generic-lowering.h
@@ -38,7 +38,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);
+ Operator::Properties properties,
+ int result_size = 1);
void ReplaceWithRuntimeCall(Node* node, Runtime::FunctionId f, int args = -1);
Zone* zone() const;