IsAnchoredAtEnd 749 src/ast.cc if (node->IsAnchoredAtEnd()) { return true; }
IsAnchoredAtEnd 769 src/ast.cc if (!alternatives->at(i)->IsAnchoredAtEnd())
IsAnchoredAtEnd 787 src/ast.cc return body()->IsAnchoredAtEnd();
IsAnchoredAtEnd 2214 src/ast.h virtual bool IsAnchoredAtEnd() { return false; }
IsAnchoredAtEnd 2240 src/ast.h virtual bool IsAnchoredAtEnd();
IsAnchoredAtEnd 2261 src/ast.h virtual bool IsAnchoredAtEnd();
IsAnchoredAtEnd 2289 src/ast.h virtual bool IsAnchoredAtEnd();
IsAnchoredAtEnd 2465 src/ast.h virtual bool IsAnchoredAtEnd();
IsAnchoredAtEnd 5918 src/jsregexp.cc bool is_end_anchored = data->tree->IsAnchoredAtEnd();