Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h212 bool IsUseStrictLiteral() const { in IsUseStrictLiteral() function
372 if (expression.IsUseStrictLiteral()) { in ExpressionStatement()
388 bool IsUseStrictLiteral() { in IsUseStrictLiteral() function
Dpreparser.cc254 bool use_strict_found = statement.IsUseStrictLiteral(); in ParseStatementList()