Searched refs:CheckStrictModeLValue (Results 1 – 2 of 2) sorted by relevance
749 void CheckStrictModeLValue(Expression* expression,
3055 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