Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-function-inl.h194 DEF_GETTER(JSFunction, instance_prototype, HeapObject) { in DEF_GETTER() argument
215 return instance_prototype(cage_base); in DEF_GETTER()
Djs-function.cc764 prototype = handle(function->instance_prototype(), isolate); in EnsureHasInitialMap()
919 DCHECK(new_target->instance_prototype().IsJSReceiver()); in FastInitializeDerivedMap()
957 Handle<HeapObject> prototype(new_target->instance_prototype(), isolate); in FastInitializeDerivedMap()
959 DCHECK(new_target->instance_prototype().IsJSReceiver()); in FastInitializeDerivedMap()
Djs-function.h290 DECL_GETTER(instance_prototype, HeapObject)
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc1464 Handle<JSObject> prototype(JSObject::cast(error_fun->instance_prototype()), in InstallError()
2252 Handle<JSObject> prototype(JSObject::cast(symbol_fun->instance_prototype()), in InitializeGlobal()
2293 Handle<JSObject> prototype(JSObject::cast(date_fun->instance_prototype()), in InitializeGlobal()
2450 JSObject::cast(promise_fun->instance_prototype()), isolate()); in InitializeGlobal()
2492 JSObject::cast(regexp_fun->instance_prototype()), isolate()); in InitializeGlobal()
3037 JSObject::cast(relative_time_format_fun->instance_prototype()), in InitializeGlobal()
3068 JSObject::cast(list_format_fun->instance_prototype()), isolate()); in InitializeGlobal()
3093 JSObject::cast(locale_fun->instance_prototype()), isolate()); in InitializeGlobal()
3162 JSObject::cast(display_names_fun->instance_prototype()), isolate()); in InitializeGlobal()
3189 JSObject::cast(segmenter_fun->instance_prototype()), isolate()); in InitializeGlobal()
[all …]
/third_party/node/deps/v8/src/api/
Dapi-natives.cc475 Handle<Object> instance_prototype; in GetInstancePrototype() local
478 isolate, instance_prototype, in GetInstancePrototype()
482 return scope.CloseAndEscape(instance_prototype); in GetInstancePrototype()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc222 DCHECK(function_.instance_prototype(broker->dependencies()) in PrototypePropertyDependency()
231 function->instance_prototype() == *prototype_.object(); in IsValid()
1042 ObjectRef prototype = function.instance_prototype(this); in DependOnPrototypeProperty()
Dheap-refs.cc439 ObjectData* instance_prototype() const { in instance_prototype() function in v8::internal::compiler::JSFunctionData
702 *instance_prototype_->object() != f->instance_prototype()) { in IsConsistentWithHeapState()
2158 JSFUNCTION_BIMODAL_ACCESSOR_WITH_DEP(Object, instance_prototype, in JSFUNCTION_BIMODAL_ACCESSOR_WITH_DEP_RELEVANT_C()
Dheap-refs.h466 ObjectRef instance_prototype(CompilationDependencies* dependencies) const;
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc610 JSObject prototype = JSObject::cast(function->instance_prototype()); in SerializeFunctionInfo()
778 handle(function->instance_prototype(), isolate_)); in DiscoverContextAndPrototype()
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc2752 Handle<JSObject> proto(JSObject::cast(constructor->instance_prototype()), in SetupConstructor()
2915 .instance_prototype()), in Install()
2946 JSObject::cast(function_constructor->instance_prototype()), isolate); in Install()