Home
last modified time | relevance | path

Searched defs:instance_prototype (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function-inl.h194 DEF_GETTER(JSFunction, instance_prototype, HeapObject) { in DEF_GETTER() argument
/third_party/node/deps/v8/src/api/
Dapi-natives.cc475 Handle<Object> instance_prototype; in GetInstancePrototype() local
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc439 ObjectData* instance_prototype() const { in instance_prototype() function in v8::internal::compiler::JSFunctionData