v8/src/ast
adamk 819c429ca2 [es6] Support Function name inference in variable declarations
This is behind the --harmony-function-name flag, currently disabled.

With the flag enabled, we now pass the relevant tests in
language/statements/*/fn-name-*.

BUG=v8:3699
LOG=y

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

Cr-Commit-Position: refs/heads/master@{#32817}
2015-12-12 00:20:37 +00:00
..
ast-expression-visitor.cc [es6] implement destructuring assignment 2015-12-04 17:20:24 +00:00
ast-expression-visitor.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
ast-literal-reindexer.cc [es6] implement destructuring assignment 2015-12-04 17:20:24 +00:00
ast-literal-reindexer.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
ast-numbering.cc [es6] implement destructuring assignment 2015-12-04 17:20:24 +00:00
ast-numbering.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
ast-value-factory.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
ast-value-factory.h Make AstConsString::length constant-time instead of O(N) 2015-12-10 04:42:39 +00:00
ast.cc [es6] support AssignmentPattern as LHS in for-in/of loops 2015-12-11 19:39:40 +00:00
ast.h [es6] Support Function name inference in variable declarations 2015-12-12 00:20:37 +00:00
modules.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
modules.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
OWNERS Add more OWNER files 2015-12-07 12:52:12 +00:00
prettyprinter.cc [es6] Remove the %DefaultConstructorCallSuper intrinsic. 2015-12-11 16:38:57 +00:00
prettyprinter.h Improve rendering of callsite with non-function target. 2015-12-02 18:37:29 +00:00
scopeinfo.cc Reland of [debugger] do not restart frames that reference new.target for liveedit. (patchset #1 id:1 of https://codereview.chromium.org/1493863004/ ) 2015-12-03 20:21:36 +00:00
scopeinfo.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
scopes.cc Make Error.prototype.toString spec compliant; and fix various side-effect-free error printing methods 2015-12-09 17:03:08 +00:00
scopes.h [cleanup] Remove cruft from old rest parameter implementation 2015-12-02 23:45:51 +00:00
variables.cc Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00
variables.h Create ast/ and parsing/ subdirectories and move appropriate files 2015-11-26 16:23:07 +00:00