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

Issue 1841093002: Add optional types to function/method declarations (Closed)

Created:
4 years, 8 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-1817353007-typ-mod
Target Ref:
refs/pending/heads/experimental/nikolaos/types
Project:
v8
Visibility:
Public.

Description

Add optional types to function/method declarations This is based on https://codereview.chromium.org/1817353007 R=rossberg@chromium.org BUG= NOTRY=true NOPRESUBMIT=true

Patch Set 1 #

Total comments: 6

Patch Set 2 : More tests, disallow optional setter parameter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -49 lines) Patch
M src/ast/ast.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/parsing/parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/parsing/parser.cc View 1 10 chunks +60 lines, -24 lines 0 comments Download
M src/parsing/parser-base.h View 1 9 chunks +32 lines, -10 lines 0 comments Download
M src/parsing/preparser.h View 2 chunks +8 lines, -6 lines 0 comments Download
M src/parsing/preparser.cc View 1 6 chunks +26 lines, -7 lines 0 comments Download
A test/mjsunit/harmony/typesystem/function-declarations.js View 1 chunk +150 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/typesystem/method-definitions.js View 1 1 chunk +87 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 5 (1 generated)
nickie
4 years, 8 months ago (2016-03-29 17:16:11 UTC) #1
rossberg
lgtm https://codereview.chromium.org/1841093002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/1841093002/diff/1/src/parsing/parser.cc#newcode4233 src/parsing/parser.cc:4233: // In that case, return a nullptr instead ...
4 years, 8 months ago (2016-04-18 09:22:25 UTC) #2
nickie
https://codereview.chromium.org/1841093002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/1841093002/diff/1/src/parsing/parser.cc#newcode4233 src/parsing/parser.cc:4233: // In that case, return a nullptr instead of ...
4 years, 8 months ago (2016-04-19 10:58:10 UTC) #3
nickie
4 years, 8 months ago (2016-04-19 12:31:45 UTC) #4
Patchset 2 landed MANUALLY in experimental/nikolaos/types as:
4ff50639d47b300dab8c1407d46582ab0bc2ec98
https://chromium.googlesource.com/v8/v8/+/4ff50639d47b300dab8c1407d46582ab0bc...

Powered by Google App Engine
This is Rietveld 408576698