Searched refs:instance_prototype (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-function-inl.h | 194 DEF_GETTER(JSFunction, instance_prototype, HeapObject) { in DEF_GETTER() 215 return instance_prototype(cage_base); in DEF_GETTER()
|
H A D | js-function.cc | 764 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()
|
H A D | js-function.h | 290 DECL_GETTER(instance_prototype, HeapObject)
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 1464 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()), isolat in InitializeGlobal() [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 475 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/ |
H A D | compilation-dependencies.cc | 222 DCHECK(function_.instance_prototype(broker->dependencies()) in PrototypePropertyDependency() 231 function->instance_prototype() == *prototype_.object(); 1042 ObjectRef prototype = function.instance_prototype(this); in DependOnPrototypeProperty()
|
H A D | heap-refs.cc | 439 ObjectData* instance_prototype() const { in instance_prototype() function in v8::internal::compiler::JSFunctionData 702 *instance_prototype_->object() != f->instance_prototype()) { in IsConsistentWithHeapState() 703 TRACE_BROKER_MISSING(broker, "JSFunction::instance_prototype"); in IsConsistentWithHeapState() 2158 JSFUNCTION_BIMODAL_ACCESSOR_WITH_DEP(Object, instance_prototype,
|
H A D | heap-refs.h | 466 ObjectRef instance_prototype(CompilationDependencies* dependencies) const;
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 610 JSObject prototype = JSObject::cast(function->instance_prototype()); in SerializeFunctionInfo() 778 handle(function->instance_prototype(), isolate_)); in DiscoverContextAndPrototype()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2752 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()
|
Completed in 34 milliseconds