https://codereview.chromium.org/770333005/diff/1/src/regexp.js
File src/regexp.js (right):
https://codereview.chromium.org/770333005/diff/1/src/regexp.js#newcode452
src/regexp.js:452: //if (harmony_regexps) {
harmony_regexps should not be used in bootstrapping code (code that
executes on loading natives).
[other uses in this file are ok since they are inside function bodies]
What we typically do is create a separate file, harmony-regexp.js, that
is loaded conditionally under FLAG_harmony_regexp.
https://codereview.chromium.org/770333005/
--
--
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.