Lines Matching defs:structure
598 Object* structure = result.GetCallbackObject();
599 if (structure->IsProxy() || structure->IsAccessorInfo()) {
603 obj, structure, name, result.holder());
607 } else if (structure->IsFixedArray()) {
610 elms->set(1, FixedArray::cast(structure)->get(0));
611 elms->set(2, FixedArray::cast(structure)->get(1));
6301 Object* structure = result->GetCallbackObject();
6302 if (structure->IsProxy() || structure->IsAccessorInfo()) {
6304 receiver, structure, name, result->holder());