https://codereview.chromium.org/1140333003/diff/40001/include/v8.h
File include/v8.h (right):
https://codereview.chromium.org/1140333003/diff/40001/include/v8.h#newcode6379
include/v8.h:6379: MaybeLocal<Object> GetExtrasExportsObject();
FYI I wasn't sure whether to use MaybeLocal or Local. MaybeLocal is new
and cool but other methods of this class all return Locals.
https://codereview.chromium.org/1140333003/diff/40001/src/bootstrapper.cc
File src/bootstrapper.cc (right):
https://codereview.chromium.org/1140333003/diff/40001/src/bootstrapper.cc#newcode1930
src/bootstrapper.cc:1930: JSObject::NormalizeProperties(builtin_exports,
CLEAR_INOBJECT_PROPERTIES, 2,
copypasta: builtin_exports should be extras_exports
https://codereview.chromium.org/1140333003/
--
--
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.