Hi, In ServiceWorker we would like to enforce ES strict mode on worker scripts: https://github.com/slightlyoff/ServiceWorker/issues/294 http://crbug.com/415443
V8 has "--use_strict" command line flag which enables strict mode globally, but we want to enforce strict mode only on worker scripts. Is there any way to achieve this? Or, would it need a change such as adding an option parameter to ScriptCompiler::Compile()? I would appreciate any advice and help. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
