Home
last modified time | relevance | path

Searched refs:UnescapedLiteralMatches (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dpreparser.cc53 if (scanner->UnescapedLiteralMatches("eval", 4)) { in GetSymbol()
56 if (scanner->UnescapedLiteralMatches("arguments", 9)) { in GetSymbol()
59 if (scanner->UnescapedLiteralMatches("undefined", 9)) { in GetSymbol()
79 if (scanner->UnescapedLiteralMatches("use strict", 10)) { in ExpressionFromString()
81 } else if (scanner->UnescapedLiteralMatches("use strong", 10)) { in ExpressionFromString()
Dscanner.h395 inline bool UnescapedLiteralMatches(const char* data, int length) { in UnescapedLiteralMatches() function