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

Issue 292173011: Harden a few builtins (Closed)

Created:
6 years, 7 months ago by Jakob Kummerow
Modified:
6 years, 7 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Harden a few builtins Introducing BUILTIN_ASSERT, builtins' equivalent of RUNTIME_ASSERT. R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21439

Patch Set 1 #

Patch Set 2 : refactored #

Total comments: 1

Patch Set 3 : new approach: hide internals in anonymous closure #

Total comments: 2

Patch Set 4 : add TODO #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+572 lines, -603 lines) Patch
M src/debug-debugger.js View 1 2 1 chunk +0 lines, -11 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/promise.js View 1 2 3 3 chunks +242 lines, -229 lines 0 comments Download
M src/uri.js View 1 2 1 chunk +310 lines, -361 lines 0 comments Download
M tools/generate-runtime-tests.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Jakob Kummerow
PTAL.
6 years, 7 months ago (2014-05-21 11:15:17 UTC) #1
rossberg
LGTM with qualms -- IMO, instead of starting to turn random functions into macros just ...
6 years, 7 months ago (2014-05-21 14:30:15 UTC) #2
Jakob Kummerow
OK, how do you like this approach instead?
6 years, 7 months ago (2014-05-22 12:33:58 UTC) #3
rossberg
Like that much better. :) LGTM https://codereview.chromium.org/292173011/diff/40001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/292173011/diff/40001/src/promise.js#newcode22 src/promise.js:22: var promiseStatus = ...
6 years, 7 months ago (2014-05-22 13:23:05 UTC) #4
Jakob Kummerow
https://codereview.chromium.org/292173011/diff/40001/src/promise.js File src/promise.js (right): https://codereview.chromium.org/292173011/diff/40001/src/promise.js#newcode22 src/promise.js:22: var promiseStatus = GLOBAL_PRIVATE("Promise#status"); On 2014/05/22 13:23:05, rossberg wrote: ...
6 years, 7 months ago (2014-05-22 13:54:58 UTC) #5
Jakob Kummerow
6 years, 7 months ago (2014-05-22 13:59:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r21439 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698