Home
last modified time | relevance | path

Searched refs:only_simple_this_property_assignments (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dparser.h499 bool only_simple_this_property_assignments, in SetThisPropertyAssignmentInfo() argument
502 only_simple_this_property_assignments; in SetThisPropertyAssignmentInfo()
505 bool only_simple_this_property_assignments() { in only_simple_this_property_assignments() function
Dparser.cc640 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()
[all …]
Dobjects.cc7647 bool only_simple_this_property_assignments, in SetThisPropertyAssignmentsInfo() argument
7651 only_simple_this_property_assignments)); in SetThisPropertyAssignmentsInfo()