| Index: src/compiler/raw-machine-assembler.h
|
| diff --git a/src/compiler/raw-machine-assembler.h b/src/compiler/raw-machine-assembler.h
|
| index 265fd05569618fd1ace8b40bc38b0ef2498ff0e6..273f56951e6b24c5e5ad028e6b7702fc031046c5 100644
|
| --- a/src/compiler/raw-machine-assembler.h
|
| +++ b/src/compiler/raw-machine-assembler.h
|
| @@ -627,6 +627,8 @@ class RawMachineAssembler {
|
|
|
| // Tail call the given call descriptor and the given arguments.
|
| Node* TailCallN(CallDescriptor* call_descriptor, Node* function, Node** args);
|
| + // Tail call to a runtime function with zero arguments.
|
| + Node* TailCallRuntime0(Runtime::FunctionId function, Node* context);
|
| // Tail call to a runtime function with one argument.
|
| Node* TailCallRuntime1(Runtime::FunctionId function, Node* arg0,
|
| Node* context);
|
|
|