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

Issue 18429005: Undefined is not a literal. (Closed)

Created:
7 years, 5 months ago by oliv
Modified:
7 years, 5 months ago
Reviewers:
danno, rossberg
CC:
v8-dev
Visibility:
Public.

Description

There is no undefined Literal. BUG= R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15724

Patch Set 1 : #

Patch Set 2 : only true for the global undefined #

Patch Set 3 : address comments #

Total comments: 2

Patch Set 4 : address review #

Patch Set 5 : fix comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -12 lines) Patch
M src/ast.h View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M src/ast.cc View 1 2 3 3 chunks +15 lines, -7 lines 0 comments Download
M src/full-codegen.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
oliv
7 years, 5 months ago (2013-07-11 09:59:42 UTC) #1
oliv
as +rossberg pointed out, undefined can be locally reassigned
7 years, 5 months ago (2013-07-11 13:04:22 UTC) #2
rossberg
On 2013/07/11 13:04:22, oliv wrote: > as +rossberg pointed out, undefined can be locally reassigned ...
7 years, 5 months ago (2013-07-11 13:55:49 UTC) #3
oliv
On 2013/07/11 13:55:49, rossberg wrote: > On 2013/07/11 13:04:22, oliv wrote: > > as +rossberg ...
7 years, 5 months ago (2013-07-12 13:19:35 UTC) #4
rossberg
LGTM with comments https://codereview.chromium.org/18429005/diff/16001/src/ast.cc File src/ast.cc (right): https://codereview.chromium.org/18429005/diff/16001/src/ast.cc#newcode76 src/ast.cc:76: VariableProxy* var_proxy = static_cast<VariableProxy*>(this); Instead of ...
7 years, 5 months ago (2013-07-12 13:40:32 UTC) #5
oliv
7 years, 5 months ago (2013-07-17 14:10:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r15724 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698