Searched defs:IsAnchoredAtEnd (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/regexp/ | ||
| D | regexp-ast.cc | 72 bool RegExpAssertion::IsAnchoredAtEnd() { in IsAnchoredAtEnd() function in v8::internal::RegExpAssertion |
| D | regexp-ast.h | 169 virtual bool IsAnchoredAtEnd() { return false; } in IsAnchoredAtEnd() function |