Home | History | Annotate | Download | only in src

Lines Matching refs:structure

10865       Handle<Object> structure(result->GetCallbackObject(), isolate);
10866 ASSERT(!structure->IsForeign());
10867 if (structure->IsAccessorInfo()) {
10869 receiver, name, handle(result->holder(), isolate), structure);
11788 // This method copies structure of MaterializeClosure method above.