| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index 1d12bfbc17c838bf50af90056852489f2aa7e3e0..ccd7e86ffecf411714a3c6a8bb419ade4975a85c 100644
|
| --- a/src/interpreter/interpreter.cc
|
| +++ b/src/interpreter/interpreter.cc
|
| @@ -1651,6 +1651,7 @@ void Interpreter::DoCreateObjectLiteral(InterpreterAssembler* assembler) {
|
| __ CallRuntime(Runtime::kCreateObjectLiteral, context, closure,
|
| literal_index, constant_elements, flags);
|
| __ SetAccumulator(result);
|
| + // TODO(klaasb) build a single dispatch once the call is inlined
|
| __ Dispatch();
|
| }
|
| }
|
|
|