| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 5c81906a7e19bd664442c2e6e93a25902c03b8b9..10b331d243d84686c732bc94de64780ece77561a 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -471,6 +471,12 @@ void BytecodeGraphBuilder::VisitCallRuntime(
|
| }
|
|
|
|
|
| +void BytecodeGraphBuilder::VisitCallJSRuntime(
|
| + const interpreter::BytecodeArrayIterator& iterator) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| void BytecodeGraphBuilder::VisitNew(
|
| const interpreter::BytecodeArrayIterator& iterator) {
|
| UNIMPLEMENTED();
|
|
|