Lines Matching refs:only_simple_this_property_assignments
640 function_state.only_simple_this_property_assignments(), in DoParseProgram()
971 bool only_simple_this_property_assignments() { in only_simple_this_property_assignments() function in v8::internal::ThisNamedPropertyAssignmentFinder
1179 bool only_simple_this_property_assignments = in ParseSourceElements() local
1180 this_property_assignment_finder.only_simple_this_property_assignments() in ParseSourceElements()
1182 if (only_simple_this_property_assignments) { in ParseSourceElements()
1184 only_simple_this_property_assignments, in ParseSourceElements()
4403 bool only_simple_this_property_assignments; in ParseFunctionLiteral() local
4514 only_simple_this_property_assignments = false; in ParseFunctionLiteral()
4550 only_simple_this_property_assignments = false; in ParseFunctionLiteral()
4572 only_simple_this_property_assignments = in ParseFunctionLiteral()
4573 function_state.only_simple_this_property_assignments(); in ParseFunctionLiteral()
4640 only_simple_this_property_assignments, in ParseFunctionLiteral()