https://codereview.chromium.org/186723005/diff/120001/include/v8.h
File include/v8.h (right):
https://codereview.chromium.org/186723005/diff/120001/include/v8.h#newcode1005
include/v8.h:1005: class V8_EXPORT ContextUnboundScript {
maybe just UnboundScript?
https://codereview.chromium.org/186723005/diff/120001/include/v8.h#newcode1010
include/v8.h:1010: Local<Script> BindToGlobalContext();
should be bindtocurrentcontext
https://codereview.chromium.org/186723005/diff/120001/include/v8.h#newcode1015
include/v8.h:1015: Local<Value> Run();
i don't think this should be here
https://codereview.chromium.org/186723005/diff/120001/include/v8.h#newcode1054
include/v8.h:1054: int GetId() {
can we deprecate any of these?
https://codereview.chromium.org/186723005/diff/120001/include/v8.h#newcode1119
include/v8.h:1119: struct V8_EXPORT CompileOptions {
an enum should be enough here, with kNoCompileOptions being the default
https://codereview.chromium.org/186723005/diff/120001/src/api.h
File src/api.h (right):
https://codereview.chromium.org/186723005/diff/120001/src/api.h#newcode186
src/api.h:186: V(Script, Object) \
JSFunction
https://codereview.chromium.org/186723005/diff/120001/src/api.h#newcode187
src/api.h:187: V(ContextUnboundScript, Object) \
can this not be SharedFunctionInfo?
https://codereview.chromium.org/186723005/
--
--
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/d/optout.