Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h749 void CheckStrictModeLValue(Expression* expression,
Dparser.cc3055 CheckStrictModeLValue(expression, "strict_lhs_assignment", CHECK_OK); in ParseAssignmentExpression()
3295 CheckStrictModeLValue(expression, "strict_lhs_prefix", CHECK_OK); in ParseUnaryExpression()
3330 CheckStrictModeLValue(expression, "strict_lhs_prefix", CHECK_OK); in ParsePostfixExpression()
4847 void Parser::CheckStrictModeLValue(Expression* expression, in CheckStrictModeLValue() function in v8::internal::Parser