v8/test/mjsunit/harmony
dslomov d7e3697ddc harmony-scoping: Implement debugger support for script scope.
We add a new ScopeType, ScopeType.Script. The scope with
ScopeType.Script is always present in the scope chain (ScopeIterator
fakes it if neededi - i.e. if ScriptContext for a script has not been
allocated since that script has no lexical declarations).
ScriptScope reflects ScriptContextTable.

R=yurys@chromium.org,yangguo@chromium.org
BUG=v8:3690
LOG=N

Review URL: https://codereview.chromium.org/726643002

Cr-Commit-Position: refs/heads/master@{#25383}
2014-11-17 17:58:12 +00:00
..
regress Fix desugaring of let bindings in for loops to handle continue properly 2014-11-14 19:33:23 +00:00
array-fill.js
array-find.js Array.prototype.{every, filter, find, findIndex, forEach, map, some}: Use fresh primitive wrapper for calls. 2014-10-15 09:11:32 +00:00
array-findindex.js Array.prototype.{every, filter, find, findIndex, forEach, map, some}: Use fresh primitive wrapper for calls. 2014-10-15 09:11:32 +00:00
array-of.js
arrow-functions.js
block-conflicts.js
block-const-assign.js
block-early-errors.js
block-for.js
block-lazy-compile.js
block-leave.js
block-let-crankshaft.js
block-let-declaration.js
block-let-semantics.js
block-scoping.js
classes.js Classes: Implement correct name binding 2014-11-14 15:05:20 +00:00
dataview-accessors.js
debug-blockscopes.js harmony-scoping: Implement debugger support for script scope. 2014-11-17 17:58:12 +00:00
debug-evaluate-blockscopes.js Implement 'setVariableValue' for debugger block scopes. 2014-11-14 13:39:20 +00:00
debug-function-scopes.js harmony-scoping: Implement debugger support for script scope. 2014-11-17 17:58:12 +00:00
debug-step-into-class-extends.js Classes: Add support for stepping through default constructors 2014-11-15 19:48:39 +00:00
debug-step-into-constructor.js Classes: Add support for stepping through default constructors 2014-11-15 19:48:39 +00:00
empty-for.js
module-linking.js
module-parsing.js
module-recompile.js
module-resolution.js
object-literals-method.js ES6: Implement generator method shorthand 2014-09-18 17:14:13 +00:00
object-literals-property-shorthand.js ES6: Implement object literal property shorthand 2014-09-29 14:15:48 +00:00
object-literals-super.js ES6: Add support for super in object literals 2014-11-11 19:54:56 +00:00
private.js
proxies-example-membrane.js
proxies-for.js
proxies-function.js
proxies-hash.js
proxies-json.js
proxies-symbols.js
proxies-with-unscopables.js
proxies-with.js
proxies.js Add more missing deopts 2014-10-26 10:25:48 +00:00
regexp-sticky.js Reland sticky regexps https://codereview.chromium.org/567313003/ 2014-09-19 07:36:05 +00:00
set-prototype-of.js
string-codepointat.js
string-contains.js
string-endswith.js
string-fromcodepoint.js
string-repeat.js Improve String.repeat. 2014-10-17 10:01:38 +00:00
string-startswith.js
super.js Classes: implement 'new super'. 2014-10-23 08:32:23 +00:00
templates.js Implement ES6 Template Literals 2014-11-14 18:53:52 +00:00
toMethod.js
typedarrays-foreach.js Implement .forEach() on typed arrays 2014-10-16 10:55:26 +00:00
typedarrays-of.js Implement .of() on typed arrays 2014-11-13 11:20:13 +00:00
typedarrays.js Add remaining @@toStringTag symbols to builtins 2014-10-24 19:29:10 +00:00