| /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 | 117 …auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject(thread_, hclass, c… in NewSEcmaHClass() local 128 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject( in NewSEcmaHClass() local 146 auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateNonMovableOrHugeObject(thread_, in NewSEcmaHClassDictMode() local 164 … auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateClassClass(thread_, hclass, classSize)); in NewSEcmaHClassClass() local 174 …auto *newClass = static_cast<JSHClass *>(sHeap_->AllocateReadOnlyOrHugeObject(thread_, hclass, cla… in NewSEcmaReadOnlyHClass() local 183 JSHandle<JSHClass> newClass = NewSEcmaReadOnlyHClass(hclass, size, type, inlinedProps); in NewSEcmaReadOnlySharedHClass() local 192 auto* newClass = reinterpret_cast<JSHClass*>(classRoots.GetBaseClass(type)); in InitHClassInCompositeBaseClass() local
|
| D | js_hclass.cpp | 324 JSHClass *newClass = jshclass->FindTransitions(thread, key.GetTaggedValue(), metadata, rep); in AddProperty() local 378 auto *newClass = in TransitionExtension() local 409 …auto *newClass = jshclass->FindProtoTransitions(thread, key.GetTaggedValue(), proto.GetTaggedValue… in TransitionProto() local 524 …auto *newClass = jshclass->FindProtoTransitions(thread, key.GetTaggedValue(), proto.GetTaggedValue… in TransProtoWithoutLayout() local 558 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, hclass, proto, isChangeProto); in SetPrototypeWithNotification() local 570 auto newClass = SetPrototypeWithNotification(thread, hclass, proto, isChangeProto); in SetPrototypeTransition() local
|
| D | js_hclass-inl.h | 468 JSHClass *newClass = jshclass->FindTransitions(thread, in SetPropertyOfObjHClass() local
|
| D | object_factory.cpp | 147 auto *newClass = static_cast<JSHClass *>(heap_->AllocateClassClass(hclass, classSize)); in NewEcmaHClassClass() local 165 …auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject(hclass, classSize)); in NewEcmaHClass() local 177 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject( in NewEcmaHClass() local 195 … auto *newClass = static_cast<JSHClass *>(heap_->AllocateReadOnlyOrHugeObject(hclass, classSize)); in NewEcmaReadOnlyHClass() local 495 auto *newClass = static_cast<JSHClass *>(heap_->AllocateNonMovableOrHugeObject( in NewEcmaHClass() local 1879 JSHandle<JSHClass> newClass = JSHClass::TransProtoWithoutLayout(thread_, hclass, protoValue); in OrdinaryNewJSObjectCreate() local
|
| D | js_function.cpp | 284 JSHandle<JSHClass> newClass = JSHClass::SetPrototypeWithNotification(thread, hclass, value); in PrototypeSetter() local
|
| D | js_object.cpp | 2071 auto newClass = JSHClass::Clone(thread, hclass); in FreezeSharedObject() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.cpp | 373 void AliveAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass()
|
| D | assignAnalyzer.cpp | 1119 void AssignAnalyzer::AnalyzeNewClass(const ir::ETSNewClassInstanceExpression *newClass) in AnalyzeNewClass()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 365 JSHandle<JSHClass> newClass = JSHClass::TransitionProto(thread, objClass, funcPrototype); in HWTEST_F_L0() local 415 JSHandle<JSHClass> newClass(thread, Obj2->GetClass()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_info_accessors.cpp | 1442 JSTaggedValue newClass = parent_.ptManager_->QueryHClass(type.first, type.second); in GetHClass() local 1464 JSHClass *newClass = sampleType->GetReceiver(); in GetHClass() local
|
| D | circuit_builder.cpp | 1494 …GateRef newClass = CallNGCRuntime(glue, RTSTUB_ID(JSHClassFindProtoTransitions), Gate::InvalidGate… in TransProtoWithoutLayout() local 1526 GateRef newClass = TransProtoWithoutLayout(glue, hClass, proto); in OrdinaryNewJSObjectCreate() local
|
| D | typed_bytecode_lowering.cpp | 2866 JSHClass *newClass = JSHClass::Cast(hclassVal.GetTaggedObject()); in LowerCreateObjectWithBuffer() local
|
| D | stub_builder.cpp | 1449 GateRef newClass = FindTransitions(glue, hclass, key, metaData, value); in JSHClassAddProperty() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | object_accessor-inl.h | 566 inline void ObjectAccessor::SetClass(ObjectHeader *obj, BaseClass *newClass) in SetClass()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 88 JSHClass *newClass = JSHClass::Cast(maybeHClass.GetTaggedObject()); in TryGetHClassFromCached() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ArkValueTransformer.ts | 433 const newClass = new ArkClass(); constant
|