OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_regex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptRegexp.h
49
bool isValid() const { return !
m_regex
.isEmpty(); }
52
ScopedPersistent<v8::RegExp>
m_regex
;
member in class:WebCore::ScriptRegexp
ScriptRegexp.cpp
56
m_regex
.set(isolate, regex);
64
if (
m_regex
.isEmpty() || string.isNull())
79
v8::Local<v8::RegExp> regex =
m_regex
.newLocal(isolate);
Completed in 92 milliseconds