Failed to apply patch for src/regexp.js:
While running git apply --index -3 -p1;
error: patch failed: src/regexp.js:8
Falling back to three-way merge...
Applied patch to 'src/regexp.js' with conflicts.
U src/regexp.js
Patch: src/regexp.js
Index: src/regexp.js
diff --git a/src/regexp.js b/src/regexp.js
index
416f5865e217973554c2192c816b915db372c20a..babbae74aab450eee92032d21761f9fc598a6b7e
100644
--- a/src/regexp.js
+++ b/src/regexp.js
@@ -8,6 +8,8 @@
// var $Array = global.Array;
var $RegExp = global.RegExp;
+var harmony_regexps = false;
+var harmony_unicode_regexps = false;
// -------------------------------------------------------------------
https://codereview.chromium.org/988513003/
--
--
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.