Index: src/compiler/bytecode-graph-builder.h |
diff --git a/src/compiler/bytecode-graph-builder.h b/src/compiler/bytecode-graph-builder.h |
index 53e77a86f11b3ea9cdb3a5cc44ec4c600ed8890a..e7f32ea812c58acdabc55c83f67cfbf225c5545e 100644 |
--- a/src/compiler/bytecode-graph-builder.h |
+++ b/src/compiler/bytecode-graph-builder.h |
@@ -145,7 +145,8 @@ class BytecodeGraphBuilder { |
void BuildLdaLookupContextSlot(TypeofMode typeof_mode); |
void BuildLdaLookupGlobalSlot(TypeofMode typeof_mode); |
void BuildStaLookupSlot(LanguageMode language_mode); |
- void BuildCall(TailCallMode tail_call_mode); |
+ void BuildCall(TailCallMode tail_call_mode, |
+ ConvertReceiverMode receiver_hint = ConvertReceiverMode::kAny); |
Michael Starzinger
2016/10/26 17:57:02
nit: I think with two call-sites it is better to n
Leszek Swirski
2016/10/27 09:08:24
Done.
|
void BuildThrow(); |
void BuildBinaryOp(const Operator* op); |
void BuildBinaryOpWithImmediate(const Operator* op); |