Updates:
        Cc: [email protected]

Comment #3 on issue 3588 by [email protected]: Provide a way to enforce ES strict mode on specific scripts
https://code.google.com/p/v8/issues/detail?id=3588

In principle this should be possible, but it will be a *lot* of refactoring work. We would need to partition our (currently global) flags into 3 sets:

a) global ones (not sure if we actually need these, but if yes, they need to be passed to the constructor of the yet-to-be-written IsolateFactory :-)
  b) per-Isolate ones
  c) per-compilation ones

All this is complicated by the fact that we need to recompile things from time to time, so one has to be careful about the lifetimes/ownerships of the flag sets.

I don't think that this is currently on our radar, so the injection hack seems to be the way to go for now.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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.

Reply via email to