| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index e4cae9cd2a11e059decdb4e65424f888c304218c..9b445e05e0d4985f84b62083fbd4a37e84a3dc52 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -2838,16 +2838,19 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| Handle<Map> receiver_map);
|
|
|
| HInstruction* NewCallFunction(HValue* function, int argument_count,
|
| + TailCallMode syntactic_tail_call_mode,
|
| ConvertReceiverMode convert_mode,
|
| TailCallMode tail_call_mode);
|
|
|
| HInstruction* NewCallFunctionViaIC(HValue* function, int argument_count,
|
| + TailCallMode syntactic_tail_call_mode,
|
| ConvertReceiverMode convert_mode,
|
| TailCallMode tail_call_mode,
|
| FeedbackVectorSlot slot);
|
|
|
| HInstruction* NewCallConstantFunction(Handle<JSFunction> target,
|
| int argument_count,
|
| + TailCallMode syntactic_tail_call_mode,
|
| TailCallMode tail_call_mode);
|
|
|
| bool CanBeFunctionApplyArguments(Call* expr);
|
|
|