Searched refs:UnescapedLiteralMatches (Results 1 – 3 of 3) sorted by relevance
60 if (scanner->UnescapedLiteralMatches("eval", 4)) in GetSymbolHelper()62 if (scanner->UnescapedLiteralMatches("arguments", 9)) in GetSymbolHelper()64 if (scanner->UnescapedLiteralMatches("undefined", 9)) in GetSymbolHelper()
254 inline bool UnescapedLiteralMatches(const char* data, int length) { in UnescapedLiteralMatches() function
1406 if (scanner()->UnescapedLiteralMatches("use strict", 10)) {