Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(270)

Unified Diff: Source/bindings/v8/V8PerIsolateData.h

Issue 13896017: Switch RegularExpression from YARR to V8 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove the test I added, the same kind of test was added in r148951 Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/bindings/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8PerIsolateData.h
diff --git a/Source/bindings/v8/V8PerIsolateData.h b/Source/bindings/v8/V8PerIsolateData.h
index 10212d176eb19c1ab67e0c01a40732b87eb6c480..f9c515239f61767d3ccef6164e2d87caf3a81605 100644
--- a/Source/bindings/v8/V8PerIsolateData.h
+++ b/Source/bindings/v8/V8PerIsolateData.h
@@ -142,6 +142,8 @@ public:
bool hasInstance(WrapperTypeInfo*, v8::Handle<v8::Value>, WrapperWorldType);
+ v8::Local<v8::Context> ensureRegexContext();
+
private:
explicit V8PerIsolateData(v8::Isolate*);
~V8PerIsolateData();
@@ -163,7 +165,7 @@ private:
OwnPtr<V8HiddenPropertyName> m_hiddenPropertyName;
ScopedPersistent<v8::Value> m_liveRoot;
- ScopedPersistent<v8::Context> m_auxiliaryContext;
+ ScopedPersistent<v8::Context> m_regexContext;
bool m_constructorMode;
friend class ConstructorMode;
« no previous file with comments | « no previous file | Source/bindings/v8/V8PerIsolateData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698