Home
last modified time | relevance | path

Searched defs:IsAnchored (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dast.cc273 bool RegExpAssertion::IsAnchored() { in IsAnchored() function in v8::internal::RegExpAssertion
278 bool RegExpAlternative::IsAnchored() { in IsAnchored() function in v8::internal::RegExpAlternative
289 bool RegExpDisjunction::IsAnchored() { in IsAnchored() function in v8::internal::RegExpDisjunction
299 bool RegExpLookahead::IsAnchored() { in IsAnchored() function in v8::internal::RegExpLookahead
304 bool RegExpCapture::IsAnchored() { in IsAnchored() function in v8::internal::RegExpCapture
Dast.h1371 virtual bool IsAnchored() { return false; } in IsAnchored() function