| /arkcompiler/ets_frontend/arkguard/test/grammar/import_default/no_property_obf/ |
| D | import_file_01.ts | 19 let newClass = new defaultClass(); variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/import_default/property_obf/ |
| D | import_file_01.ts | 19 let newClass = new defaultClass(); variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 103 …auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject(thread_, hclass, c… in NewSEcmaHClass() local 114 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject( in NewSEcmaHClass() local 132 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject(thread_, in NewSEcmaHClassDictMode() local 150 … auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateClassClass(thread_, hclass, classSize)); in NewSEcmaHClassClass() local 160 …auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateReadOnlyOrHugeObject(thread_, hclass, cla… in NewSEcmaReadOnlyHClass() local
|
| D | js_hclass.cpp | 311 JSHClass *newClass = jshclass->FindTransitions(key.GetTaggedValue(), metadata, rep); in AddProperty() local 358 …auto *newClass = jshclass->FindTransitions(key.GetTaggedValue(), JSTaggedValue(0), Representation:… in TransitionExtension() local 388 … auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); in TransitionProto() local 487 … auto *newClass = jshclass->FindProtoTransitions(key.GetTaggedValue(), proto.GetTaggedValue()); in TransProtoWithoutLayout() local 511 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, hclass, proto, isChangeProto); in SetPrototypeWithNotification() local 523 auto newClass = SetPrototypeWithNotification(thread, hclass, proto, isChangeProto); in SetPrototypeTransition() local
|
| D | js_hclass-inl.h | 465 JSHClass *newClass = jshclass->FindTransitions( in SetPropertyOfObjHClass() local
|
| D | object_factory.cpp | 139 auto *newClass = static_cast<JSHClass *>(heap_->AllocateClassClass(hclass, classSize)); in NewEcmaHClassClass() local 157 …auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject(hclass, classSize)); in NewEcmaHClass() local 169 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject( in NewEcmaHClass() local 187 … auto *newClass = static_cast<JSHClass *>(heap_->AllocateReadOnlyOrHugeObject(hclass, classSize)); in NewEcmaReadOnlyHClass() local 472 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject( in NewEcmaHClass() local 1828 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue); in OrdinaryNewJSObjectCreate() local
|
| D | js_function.cpp | 220 JSHandle<JSHClass> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter() local
|
| D | js_object.cpp | 1965 auto newClass = JSHClass::Clone(thread, hclass); in FreezeSharedObject() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.cpp | 364 void AliveAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass()
|
| D | assignAnalyzer.cpp | 1155 void AssignAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 345 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, objClass, funcPrototype); in HWTEST_F_L0() local 395 JSHandle<JSHClass> newClass(thread, Obj2->GetClass()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | object_accessor-inl.h | 479 inline void ObjectAccessor::SetClass(ObjectHeader *obj, BaseClass *newClass) in SetClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.cpp | 1429 JSTaggedValue newClass = parent_.ptManager_->QueryHClass(type.first, type.second); in GetHClass() local 1451 JSHClass *newClass = sampleType->GetReceiver(); in GetHClass() local
|
| D | circuit_builder.cpp | 1383 …GateRef newClass = CallNGCRuntime(glue, RTSTUB_ID(JSHClassFindProtoTransitions), Gate::InvalidGate… in TransProtoWithoutLayout() local 1415 GateRef newClass = TransProtoWithoutLayout(glue, hClass, proto); in OrdinaryNewJSObjectCreate() local
|
| D | typed_bytecode_lowering.cpp | 2425 JSHClass *newClass = JSHClass::Cast(hclassVal.GetTaggedObject()); in LowerCreateObjectWithBuffer() local
|
| D | stub_builder.cpp | 1432 GateRef newClass = FindTransitions(glue, hclass, key, metaData, value); in JSHClassAddProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 88 JSHClass *newClass = JSHClass::Cast(maybeHClass.GetTaggedObject()); in TryGetHClassFromCached() local
|