Home
last modified time | relevance | path

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

/external/v8/src/api/
Dapi-natives.cc498 Handle<Object> parent_prototype; in InstantiateFunction() local
499 ASSIGN_RETURN_ON_EXCEPTION(isolate, parent_prototype, in InstantiateFunction()
502 CHECK(parent_prototype->IsHeapObject()); in InstantiateFunction()
504 Handle<HeapObject>::cast(parent_prototype)); in InstantiateFunction()