Searched refs:parent_prototype (Results 1 – 1 of 1) sorted by relevance
522 Handle<Object> parent_prototype; in InstantiateFunction() local523 ASSIGN_RETURN_ON_EXCEPTION(isolate, parent_prototype, in InstantiateFunction()526 CHECK(parent_prototype->IsHeapObject()); in InstantiateFunction()528 Handle<HeapObject>::cast(parent_prototype)); in InstantiateFunction()