Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.h503 this_property_assignments_ = this_property_assignments; in SetThisPropertyAssignmentInfo()
509 return this_property_assignments_; in this_property_assignments()
532 Handle<FixedArray> this_property_assignments_; variable
Dast.h2055 return this_property_assignments_; in this_property_assignments()
2106 this_property_assignments_(this_property_assignments), in FunctionLiteral()
2127 Handle<FixedArray> this_property_assignments_; variable
Dparser.cc491 this_property_assignments_(isolate->factory()->empty_fixed_array()), in FunctionState()