| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index b0af5749fe935b67420dfc3619599cd83540a38e..0893005f0365d7f0b6588df9df42497c4fc7ff22 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -255,7 +255,13 @@ void BytecodeGraphBuilder::VisitLdaGlobal(
|
| }
|
|
|
|
|
| -void BytecodeGraphBuilder::VisitStaGlobal(
|
| +void BytecodeGraphBuilder::VisitStaGlobalSloppy(
|
| + const interpreter::BytecodeArrayIterator& iterator) {
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| +
|
| +void BytecodeGraphBuilder::VisitStaGlobalStrict(
|
| const interpreter::BytecodeArrayIterator& iterator) {
|
| UNIMPLEMENTED();
|
| }
|
|
|