Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Issue 1810943002: Add parsing for tuple types (Closed)

Created:
4 years, 9 months ago by nickie
Modified:
4 years, 8 months ago
Reviewers:
rossberg
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@types
Target Ref:
refs/pending/heads/experimental/nikolaos/types
Project:
v8
Visibility:
Public.

Description

Add parsing for tuple types This patch also: - fixes the use of predefined types as binding identifiers - moves the testgen mechanism in library file This is based on https://codereview.chromium.org/1801633003 R=rossberg@chromium.org BUG= NOTRY=true NOPRESUBMIT=true

Patch Set 1 #

Total comments: 10

Patch Set 2 : More test refactoring and minor fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+627 lines, -360 lines) Patch
M src/ast/ast.h View 1 13 chunks +94 lines, -27 lines 0 comments Download
M src/parsing/parser.h View 4 chunks +6 lines, -5 lines 0 comments Download
M src/parsing/parser-base.h View 1 6 chunks +56 lines, -18 lines 0 comments Download
M src/parsing/preparser.h View 11 chunks +34 lines, -28 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 chunks +48 lines, -0 lines 0 comments Download
M test/mjsunit/harmony/typesystem/simple-types.js View 1 5 chunks +3 lines, -282 lines 0 comments Download
A test/mjsunit/harmony/typesystem/testgen.js View 1 chunk +122 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/typesystem/tuple-types.js View 1 1 chunk +22 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/typesystem/typegen.js View 1 1 chunk +242 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 6 (1 generated)
nickie
4 years, 9 months ago (2016-03-17 12:28:11 UTC) #1
rossberg
https://codereview.chromium.org/1810943002/diff/1/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/1810943002/diff/1/src/ast/ast.h#newcode2939 src/ast/ast.h:2939: class Type : public AstNode { With all the ...
4 years, 9 months ago (2016-03-17 16:51:38 UTC) #2
nickie
https://codereview.chromium.org/1810943002/diff/1/src/ast/ast.h File src/ast/ast.h (right): https://codereview.chromium.org/1810943002/diff/1/src/ast/ast.h#newcode2939 src/ast/ast.h:2939: class Type : public AstNode { On 2016/03/17 16:51:37, ...
4 years, 9 months ago (2016-03-18 11:12:01 UTC) #3
rossberg
lgtm
4 years, 8 months ago (2016-04-07 14:52:24 UTC) #4
nickie
4 years, 8 months ago (2016-04-08 08:31:17 UTC) #5
Patchset #2 landed MANUALLY in experimental/nikolaos/types as:
bfc279ff613e859f2f2451e02aa6441e00c723ec
https://chromium.googlesource.com/v8/v8/+/bfc279ff613e859f2f2451e02aa6441e00c...

Powered by Google App Engine
This is Rietveld 408576698