Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi-natives.cc522 Handle<Object> parent_prototype; in InstantiateFunction() local
523 ASSIGN_RETURN_ON_EXCEPTION(isolate, parent_prototype, in InstantiateFunction()
526 CHECK(parent_prototype->IsHeapObject()); in InstantiateFunction()
528 Handle<HeapObject>::cast(parent_prototype)); in InstantiateFunction()