| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index 936f29df8cd7720ce2d025f000ca98de52004b6f..7da59aab2897f08b53b276da882c155c6ef62601 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -327,6 +327,12 @@ void BytecodeGraphBuilder::VisitPopContext(
|
| }
|
|
|
|
|
| +void BytecodeGraphBuilder::VisitCreateClosure(
|
| + const interpreter::BytecodeArrayIterator& iterator) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| void BytecodeGraphBuilder::VisitCall(
|
| const interpreter::BytecodeArrayIterator& iterator) {
|
| UNIMPLEMENTED();
|
|
|