/third_party/node/deps/v8/src/objects/ |
D | templates.cc | 80 Object cons_obj = map.GetConstructor(); in IsTemplateFor() 109 Object constructor_obj = map.GetConstructor(); in IsLeafTemplateForApiObject()
|
D | map.cc | 1155 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()
|
D | map-inl.h | 757 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()
|
D | js-function-inl.h | 209 Object prototype = map(cage_base).GetConstructor(cage_base); in DEF_GETTER()
|
D | map-updater.cc | 102 !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()
|
D | js-regexp.cc | 424 Object constructor = map.GetConstructor(); in Initialize()
|
D | map.h | 574 DECL_GETTER(GetConstructor, Object)
|
D | js-objects.cc | 560 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()
|
D | js-objects.h | 243 static MaybeHandle<JSFunction> GetConstructor(Isolate* isolate,
|
D | js-function.cc | 918 new_target->initial_map().GetConstructor() == *constructor) { in FastInitializeDerivedMap()
|
/third_party/node/deps/v8/src/ic/ |
D | call-optimization.cc | 30 JSFunction constructor = JSFunction::cast(holder_map.GetConstructor()); in GetAccessorContext()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-collections-gen.h | 99 TNode<JSFunction> GetConstructor(Variant variant,
|
D | builtins-api.cc | 259 JSFunction constructor = JSFunction::cast(obj.map().GetConstructor()); in HandleApiCallAsFunctionOrConstructor()
|
D | builtins-collections-gen.cc | 310 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/ |
D | node-properties.cc | 338 if (initial_map.GetConstructor().equals(target)) { in GetJSCreateMap()
|
D | heap-refs.h | 729 ObjectRef GetConstructor() const;
|
D | heap-refs.cc | 1609 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/ |
D | heap-snapshot-generator.h | 394 static JSFunction GetConstructor(Isolate* isolate, JSReceiver receiver);
|
D | heap-snapshot-generator.cc | 782 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/ |
D | incremental-marking.cc | 360 Object constructor = map.GetConstructor(); in ShouldRetainMap()
|
/third_party/mindspore/patches/ |
D | 0003-add-js-api.patch | 1546 + 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/ |
D | objects-debug.cc | 1571 CHECK(map().GetConstructor().IsJSFunction()); in JSProxyVerify()
|
D | objects-printer.cc | 2635 os << "\n - constructor: " << Brief(GetConstructor()); in MapPrint()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 2892 if (!JSReceiver::GetConstructor(isolate, js_obj).ToHandle(&constructor)) { in Compile()
|
D | code-stub-assembler.h | 2033 TNode<Object> GetConstructor(TNode<Map> map);
|