looking good, just a couple of comments on bootstrapper
https://codereview.chromium.org/913073003/diff/270016/src/bootstrapper.cc
File src/bootstrapper.cc (right):
https://codereview.chromium.org/913073003/diff/270016/src/bootstrapper.cc#newcode1726
src/bootstrapper.cc:1726: Handle<JSGlobalObject>
global(JSGlobalObject::cast(
This has to be under if(FLAG_harmony_reflect)
https://codereview.chromium.org/913073003/diff/270016/src/bootstrapper.cc#newcode2100
src/bootstrapper.cc:2100: // Install references to functions of the
Reflect object
This should be under FLAG_harmony_reflect. Move it to
IntitializeGlobal_harmony_reflect.
https://codereview.chromium.org/913073003/
--
--
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.