Searched refs:UnescapedLiteralMatches (Results 1 – 2 of 2) sorted by relevance
53 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()
395 inline bool UnescapedLiteralMatches(const char* data, int length) { in UnescapedLiteralMatches() function