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

Issue 22416003: Make JSON::Parse return Local<Value> (Closed)

Created:
7 years, 4 months ago by tyoshino (SeeGerritForStatus)
Modified:
7 years, 4 months ago
CC:
v8-dev, jochen (gone - plz use gerrit)
Visibility:
Public.

Description

Make JSON::Parse return Local<Value> It should be able to return Smi, etc. Not only JSObject. BUG=v8:2821 TEST=cctest/test-api/JSONParseNumber R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=16092

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -7 lines) Patch
M include/v8.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +12 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
tyoshino (SeeGerritForStatus)
7 years, 4 months ago (2013-08-06 16:32:05 UTC) #1
jochen (gone - plz use gerrit)
ah yes, I keep forgetting that v8::Value = v8::internal::Object and v8::Object == v8::internal::JSObject
7 years, 4 months ago (2013-08-07 02:28:09 UTC) #2
Yang
On 2013/08/07 02:28:09, jochen wrote: > ah yes, I keep forgetting that v8::Value = v8::internal::Object ...
7 years, 4 months ago (2013-08-07 07:39:02 UTC) #3
Yang
7 years, 4 months ago (2013-08-07 09:11:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r16092 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698