| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 3158e8bfdc25c1e53ab0f7b1e56a33f0acd06531..91af8a763f36548180fa54713d3131d832b18aac 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -285,6 +285,12 @@ void BytecodeGraphBuilder::VisitCall(
|
| }
|
|
|
|
|
| +void BytecodeGraphBuilder::VisitCallRuntime(
|
| + const interpreter::BytecodeArrayIterator& iterator) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| void BytecodeGraphBuilder::BuildBinaryOp(
|
| const Operator* js_op, const interpreter::BytecodeArrayIterator& iterator) {
|
| Node* left = environment()->LookupRegister(iterator.GetRegisterOperand(0));
|
|
|