Side by Side Diff: test/mjsunit/this-dynamic-lookup.js
Issue 1134003003:
Revert "Resolve references to "this" the same way as normal variables" (Closed)
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set:
Created 5 years, 7 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
1 // Copyright 2015 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 // Flags: --harmony-arrow-functions
6 // NO HARNESS
7
8 var globalEval = eval;
9 globalEval("this; eval('42')");
10 globalEval("eval('42'); this");
OLD
NEW
« no previous file with comments
|
« test/mjsunit/testcfg.py ('k')
|
no next file »
|
no next file with comments »
Issue 1134003003: Revert "Resolve references to "this" the same way as normal variables"
(Closed)
Created 5 years, 7 months ago by Yang
Modified 5 years, 7 months ago
Reviewers: Michael Hablich
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Comments: 0