HomeSort by relevance Sort by last modified time
    Searched refs:UnescapedLiteralMatches (Results 1 - 4 of 4) sorted by null

  /external/v8/src/parsing/
preparser.cc 60 if (scanner->UnescapedLiteralMatches("eval", 4))
62 if (scanner->UnescapedLiteralMatches("arguments", 9))
64 if (scanner->UnescapedLiteralMatches("undefined", 9))
scanner.h 271 inline bool UnescapedLiteralMatches(const char* data, int length) {
preparser.h     [all...]
parser-base.h     [all...]

Completed in 345 milliseconds