Home
last modified time | relevance | path

Searched refs:GetConstructor (Results 1 – 25 of 29) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dtemplates.cc80 Object cons_obj = map.GetConstructor(); in IsTemplateFor()
109 Object constructor_obj = map.GetConstructor(); in IsLeafTemplateForApiObject()
Dmap.cc1155 raw.set_constructor_or_back_pointer(src.GetConstructor()); in RawCopy()
1300 Object maybe_constructor = map->GetConstructor(); in EnsureInitialMap()
1617 map->SetConstructor(initial_map->GetConstructor()); in AsLanguageMode()
1874 Handle<Object> maybe_constructor(map->GetConstructor(), isolate); in TransitionToDataProperty()
2104 return first.GetConstructor() == second.GetConstructor() && in CheckEquivalent()
2116 CHECK_EQ(GetConstructor(), other.GetConstructor()); in EquivalentToForTransition()
Dmap-inl.h757 CHECK_EQ(Map::cast(value).GetConstructor(), constructor_or_back_pointer()); in SetBackPointer()
795 DEF_GETTER(Map, GetConstructor, Object) { in DEF_GETTER() argument
817 Object constructor = GetConstructor(cage_base); in DEF_GETTER()
Djs-function-inl.h209 Object prototype = map(cage_base).GetConstructor(cage_base); in DEF_GETTER()
Dmap-updater.cc102 !old_map->FindRootMap(isolate).GetConstructor().IsFunctionTemplateInfo()); in MapUpdater()
349 JSFunction constructor = JSFunction::cast(root_map.GetConstructor()); in TryUpdateNoLock()
565 JSFunction::cast(root_map_->GetConstructor()).initial_map(), isolate_); in FindRootMap()
Djs-regexp.cc424 Object constructor = map.GetConstructor(); in Initialize()
Dmap.h574 DECL_GETTER(GetConstructor, Object)
Djs-objects.cc560 Handle<Object> maybe_constructor(receiver->map().GetConstructor(), isolate); in GetConstructorHelper()
622 MaybeHandle<JSFunction> JSReceiver::GetConstructor( in GetConstructor() function in v8::internal::JSReceiver
637 Object constructor = receiver.map().GetConstructor(); in GetCreationContext()
2279 Object maybe_constructor = map().GetConstructor(); in IsCodeLike()
2818 Object constructor = map_of_this.GetConstructor(); in JSObjectShortPrint()
2926 Object maybe_constructor = js_object.map().GetConstructor(); in IsUnmodifiedApiObject()
4747 Object maybe_constructor = new_map->GetConstructor(); in OptimizeAsPrototype()
Djs-objects.h243 static MaybeHandle<JSFunction> GetConstructor(Isolate* isolate,
Djs-function.cc918 new_target->initial_map().GetConstructor() == *constructor) { in FastInitializeDerivedMap()
/third_party/node/deps/v8/src/ic/
Dcall-optimization.cc30 JSFunction constructor = JSFunction::cast(holder_map.GetConstructor()); in GetAccessorContext()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.h99 TNode<JSFunction> GetConstructor(Variant variant,
Dbuiltins-api.cc259 JSFunction constructor = JSFunction::cast(obj.map().GetConstructor()); in HandleApiCallAsFunctionOrConstructor()
Dbuiltins-collections-gen.cc310 context, GetConstructor(variant, native_context), CAST(new_target)); in GenerateConstructor()
340 TNode<JSFunction> BaseCollectionsAssembler::GetConstructor( in GetConstructor() function in v8::internal::BaseCollectionsAssembler
/third_party/node/deps/v8/src/compiler/
Dnode-properties.cc338 if (initial_map.GetConstructor().equals(target)) { in GetJSCreateMap()
Dheap-refs.h729 ObjectRef GetConstructor() const;
Dheap-refs.cc1609 ObjectRef MapRef::GetConstructor() const { in GetConstructor() function in v8::internal::compiler::MapRef
1611 return MakeRefAssumeMemoryFence(broker(), object()->GetConstructor()); in GetConstructor()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h394 static JSFunction GetConstructor(Isolate* isolate, JSReceiver receiver);
Dheap-snapshot-generator.cc782 JSFunction maybe_constructor = GetConstructor(heap_->isolate(), obj); in ExtractLocation()
1863 JSFunction V8HeapExplorer::GetConstructor(Isolate* isolate, in GetConstructor() function in v8::internal::V8HeapExplorer
1868 JSReceiver::GetConstructor(isolate, handle(receiver, isolate)); in GetConstructor()
/third_party/node/deps/v8/src/heap/
Dincremental-marking.cc360 Object constructor = map.GetConstructor(); in ShouldRetainMap()
/third_party/mindspore/patches/
D0003-add-js-api.patch1546 + static napi_value GetConstructor(napi_env env);
1632 + static napi_value GetConstructor(napi_env env);
4783 + napi_value cons = GetConstructor(env);
4785 + MS_LOG(ERROR) << "NewInstance GetConstructor is nullptr!";
4810 +napi_value MSTensorNapi::GetConstructor(napi_env env) {
5242 + napi_value cons = GetConstructor(env);
5244 + MS_LOG(ERROR) << "NewInstance GetConstructor is nullptr!";
5269 +napi_value NnrtDeviceDescNapi::GetConstructor(napi_env env) {
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1571 CHECK(map().GetConstructor().IsJSFunction()); in JSProxyVerify()
Dobjects-printer.cc2635 os << "\n - constructor: " << Brief(GetConstructor()); in MapPrint()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2892 if (!JSReceiver::GetConstructor(isolate, js_obj).ToHandle(&constructor)) { in Compile()
Dcode-stub-assembler.h2033 TNode<Object> GetConstructor(TNode<Map> map);

12