Index: src/compiler/code-assembler.h |
diff --git a/src/compiler/code-assembler.h b/src/compiler/code-assembler.h |
index 25b1fab4a736a55f55d97ca1b3fe4df9b2de576b..3fc02236d4d89852832a5a6990aade1638062ce8 100644 |
--- a/src/compiler/code-assembler.h |
+++ b/src/compiler/code-assembler.h |
@@ -364,6 +364,9 @@ class V8_EXPORT_PRIVATE CodeAssembler { |
args...); |
} |
+ Node* CallCFunctionN(CallDescriptor* descriptor, int input_count, |
+ Node* const* inputs); |
+ |
// Call to a C function with two arguments. |
Node* CallCFunction2(MachineType return_type, MachineType arg0_type, |
MachineType arg1_type, Node* function, Node* arg0, |