Searched refs:this_property_assignments (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | parser.h | 500 Handle<FixedArray> this_property_assignments) { in SetThisPropertyAssignmentInfo() argument 503 this_property_assignments_ = this_property_assignments; in SetThisPropertyAssignmentInfo() 508 Handle<FixedArray> this_property_assignments() { in this_property_assignments() function
|
D | compiler.cc | 672 *lit->this_property_assignments()); in CompileLazy() 775 *lit->this_property_assignments()); in SetFunctionInfo()
|
D | ast.h | 2054 Handle<FixedArray> this_property_assignments() { in this_property_assignments() function 2097 Handle<FixedArray> this_property_assignments, in FunctionLiteral() argument 2106 this_property_assignments_(this_property_assignments), in FunctionLiteral() 2944 Handle<FixedArray> this_property_assignments, in NewFunctionLiteral() argument 2952 has_only_simple_this_property_assignments, this_property_assignments, in NewFunctionLiteral()
|
D | parser.cc | 641 function_state.this_property_assignments(), in DoParseProgram() 4404 Handle<FixedArray> this_property_assignments; in ParseFunctionLiteral() local 4515 this_property_assignments = isolate()->factory()->empty_fixed_array(); in ParseFunctionLiteral() 4551 this_property_assignments = isolate()->factory()->empty_fixed_array(); in ParseFunctionLiteral() 4574 this_property_assignments = function_state.this_property_assignments(); in ParseFunctionLiteral() 4641 this_property_assignments, in ParseFunctionLiteral()
|
D | objects-printer.cc | 773 this_property_assignments()->ShortPrint(out); in SharedFunctionInfoPrint()
|
D | objects.h | 5349 FixedArray* this_property_assignments); 5453 DECL_ACCESSORS(this_property_assignments, Object)
|
D | objects.cc | 7668 Object* obj = this_property_assignments(); in GetThisPropertyAssignmentName() 7678 Object* obj = this_property_assignments(); in IsThisPropertyAssignmentArgument() 7689 FixedArray::cast(this_property_assignments())->get(index * 3 + 1); in GetThisPropertyAssignmentArgument() 7697 FixedArray::cast(this_property_assignments())->get(index * 3 + 2); in GetThisPropertyAssignmentConstant()
|
D | objects-inl.h | 3523 ACCESSORS(SharedFunctionInfo, this_property_assignments, Object, in ACCESSORS()
|