Home
last modified time | relevance | path

Searched refs:GetConstructor (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Dtemplates.cc80 Object cons_obj = map.GetConstructor(); in IsTemplateFor()
109 Object constructor_obj = map.GetConstructor(); in IsLeafTemplateForApiObject()
H A 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()
H A Dmap-inl.h757 CHECK_EQ(Map::cast(value).GetConstructor(), constructor_or_back_pointer()); in SetBackPointer()
795 DEF_GETTER(Map, GetConstructor, Object) { in DEF_GETTER()
817 Object constructor = GetConstructor(cage_base); in DEF_GETTER()
H A Djs-function-inl.h209 Object prototype = map(cage_base).GetConstructor(cage_base); in DEF_GETTER()
H A 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()
H A Djs-regexp.cc424 Object constructor = map.GetConstructor(); in Initialize()
H A Dmap.h574 DECL_GETTER(GetConstructor, Object)
H A 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()
H A Djs-objects.h243 static MaybeHandle<JSFunction> GetConstructor(Isolate* isolate,
H A Djs-function.cc918 new_target->initial_map().GetConstructor() == *constructor) { in FastInitializeDerivedMap()
/third_party/node/deps/v8/src/ic/
H A Dcall-optimization.cc30 JSFunction constructor = JSFunction::cast(holder_map.GetConstructor()); in GetAccessorContext()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.h99 TNode<JSFunction> GetConstructor(Variant variant,
H A Dbuiltins-api.cc259 JSFunction constructor = JSFunction::cast(obj.map().GetConstructor()); in HandleApiCallAsFunctionOrConstructor()
H A Dbuiltins-collections-gen.cc310 context, GetConstructor(variant, native_context), CAST(new_target)); in GenerateConstructor()
340 TNode<JSFunction> BaseCollectionsAssembler::GetConstructor( in GetConstructor() function in v8::BaseCollectionsAssembler
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc338 if (initial_map.GetConstructor().equals(target)) { in GetJSCreateMap()
H A Dheap-refs.h729 ObjectRef GetConstructor() const;
H A 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/heap/
H A Dincremental-marking.cc360 Object constructor = map.GetConstructor(); in ShouldRetainMap()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.h394 static JSFunction GetConstructor(Isolate* isolate, JSReceiver receiver);
H A 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/diagnostics/
H A Dobjects-debug.cc1571 CHECK(map().GetConstructor().IsJSFunction()); in JSProxyVerify()
H A Dobjects-printer.cc2635 os << "\n - constructor: " << Brief(GetConstructor()); in MapPrint()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc2892 if (!JSReceiver::GetConstructor(isolate, js_obj).ToHandle(&constructor)) { in Compile()
H A Dcode-stub-assembler.h1418 // Load the constructor of a Map (equivalent to Map::GetConstructor()).
2033 TNode<Object> GetConstructor(TNode<Map> map);
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc4015 native_context()->sloppy_arguments_map().GetConstructor()); in InitializeGlobal()

Completed in 77 milliseconds

12