https://codereview.chromium.org/13626002/diff/3001/include/v8.h
File include/v8.h (right):
https://codereview.chromium.org/13626002/diff/3001/include/v8.h#newcode1481
include/v8.h:1481: static Local<Symbol> New();
Add an Isolate* parameter.
https://codereview.chromium.org/13626002/diff/3001/include/v8.h#newcode1484
include/v8.h:1484: static Local<Symbol> New(const char* data, int length
= -1);
Add an Isolate* parameter.
https://codereview.chromium.org/13626002/diff/3001/include/v8.h#newcode1634
include/v8.h:1634: // TODO(1245389): Replace the type-specific versions
of these
Does this TODO still make sense?
https://codereview.chromium.org/13626002/diff/3001/include/v8.h#newcode2032
include/v8.h:2032: static Local<Value> New(Handle<Symbol> value);
Add an Isolate* parameter.
https://codereview.chromium.org/13626002/diff/3001/src/api.cc
File src/api.cc (right):
https://codereview.chromium.org/13626002/diff/3001/src/api.cc#newcode2464
src/api.cc:2464: return
obj->HasSpecificClassOf(isolate->heap()->Symbol_string());
Can we somehow make this test without the Isolate::Current()? The point
is that the IsDeadChecks will die soon, and we shouldn't rely on the
current Isolate.
https://codereview.chromium.org/13626002/diff/3001/src/api.cc#newcode2741
src/api.cc:2741:
ApiCheck(obj->HasSpecificClassOf(isolate->heap()->Symbol_string()),
Same comment as for IsSymbolObject.
https://codereview.chromium.org/13626002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.