| Index: src/full-codegen/x87/full-codegen-x87.cc
|
| diff --git a/src/full-codegen/x87/full-codegen-x87.cc b/src/full-codegen/x87/full-codegen-x87.cc
|
| index 250189f86471263f732d20290418b0fa459479b1..e5df0c7b1d5446f55ecee42fe1763213911ebb9d 100644
|
| --- a/src/full-codegen/x87/full-codegen-x87.cc
|
| +++ b/src/full-codegen/x87/full-codegen-x87.cc
|
| @@ -189,7 +189,8 @@ void FullCodeGenerator::Generate() {
|
| if (info->scope()->new_target_var() != nullptr) {
|
| __ push(edx); // Preserve new target.
|
| }
|
| - FastNewFunctionContextStub stub(isolate());
|
| + FastNewFunctionContextStub stub(isolate(),
|
| + info->scope()->is_eval_scope());
|
| __ mov(FastNewFunctionContextDescriptor::SlotsRegister(),
|
| Immediate(slots));
|
| __ CallStub(&stub);
|
|
|