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

Issue 11358065: Improve handle allocation in JSON.parse. (Closed)

Created:
8 years, 1 month ago by Yang
Modified:
8 years, 1 month ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Improve handle allocation in JSON.parse. BUG= Committed: https://code.google.com/p/v8/source/detail?r=12850

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M src/json-parser.h View 1 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
PTAL.
8 years, 1 month ago (2012-11-02 15:52:25 UTC) #1
Toon Verwaest
8 years, 1 month ago (2012-11-05 10:14:47 UTC) #2
lgtm with nit

https://chromiumcodereview.appspot.com/11358065/diff/1/src/json-parser.h
File src/json-parser.h (right):

https://chromiumcodereview.appspot.com/11358065/diff/1/src/json-parser.h#newc...
src/json-parser.h:614: return isolate()->factory()->empty_string();
You can directly use factory() without isolate()->

Powered by Google App Engine
This is Rietveld 408576698