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

Issue 1829833002: [V8] Add v8::Value::TypeOf to API (Closed)

Created:
4 years, 9 months ago by kozy
Modified:
4 years, 7 months ago
CC:
Paweł Hajdan Jr., v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[V8] Add v8::Value::TypeOf to API There is TypeOf static method on object inside V8. In this CL I've extracted it via API. LOG=Y R=yangguo@chromium.org BUG=chromium:595206 Committed: https://crrev.com/6f419dfe6796296c3e944faac2f3724198b4062f Cr-Commit-Position: refs/heads/master@{#36113}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Changed to non static #

Total comments: 2

Patch Set 3 : #

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

Messages

Total messages: 21 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829833002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829833002/1
4 years, 9 months ago (2016-03-23 17:53:02 UTC) #2
kozy
Yang, please take a look! We need this method to move some of our JS ...
4 years, 9 months ago (2016-03-23 17:53:20 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-23 18:18:21 UTC) #5
Yang
LGTM. But it would be great if you could wait for Jochen to give this ...
4 years, 9 months ago (2016-03-24 05:25:37 UTC) #7
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1829833002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1829833002/diff/1/include/v8.h#newcode2042 include/v8.h:2042: static V8_WARN_UNUSED_RESULT MaybeLocal<String> TypeOf( why is this static?
4 years, 9 months ago (2016-03-24 14:49:40 UTC) #8
kozy
https://codereview.chromium.org/1829833002/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1829833002/diff/1/include/v8.h#newcode2042 include/v8.h:2042: static V8_WARN_UNUSED_RESULT MaybeLocal<String> TypeOf( On 2016/03/24 14:49:39, jochen - ...
4 years, 9 months ago (2016-03-24 15:58:57 UTC) #9
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1829833002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1829833002/diff/20001/src/api.cc#newcode3522 src/api.cc:3522: has_pending_exception = result.is_null(); sorry for not catching this earlier, ...
4 years, 8 months ago (2016-03-30 16:15:13 UTC) #10
kozy
all done, please take a look https://codereview.chromium.org/1829833002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/1829833002/diff/20001/src/api.cc#newcode3522 src/api.cc:3522: has_pending_exception = result.is_null(); ...
4 years, 7 months ago (2016-05-06 17:03:13 UTC) #13
Yang
On 2016/05/06 17:03:13, kozyatinskiy wrote: > all done, please take a look > > https://codereview.chromium.org/1829833002/diff/20001/src/api.cc ...
4 years, 7 months ago (2016-05-09 05:23:28 UTC) #14
jochen (gone - plz use gerrit)
lgtm
4 years, 7 months ago (2016-05-09 15:28:18 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1829833002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1829833002/60001
4 years, 7 months ago (2016-05-09 15:37:52 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 7 months ago (2016-05-09 16:21:04 UTC) #19
commit-bot: I haz the power
4 years, 7 months ago (2016-05-09 16:21:45 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6f419dfe6796296c3e944faac2f3724198b4062f
Cr-Commit-Position: refs/heads/master@{#36113}

Powered by Google App Engine
This is Rietveld 408576698