Home
last modified time | relevance | path

Searched defs:constructors (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/intl/
Dintl.js47 let constructors = [ variable
/arkcompiler/ets_runtime/test/moduletest/typedarrayjoin/
Dtypedarrayjoin.js15 const constructors = [ variable
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts227 let constructors = [ variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp232 auto constructors = PandaVector<EtsMethod *>(); in GetConstructors() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp398 auto constructors = cls->GetConstructors(); in TypeAPIGetConstructorDescriptor() local
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp454 TEST(emittertests, constructors) in TEST() argument
/arkcompiler/runtime_core/static_core/assembler/tests/
Demitter_test.cpp460 TEST(emittertests, constructors) in TEST() argument
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6482 const constructors = parent.members.filter(ts.isConstructorDeclaration); constant
8923 const constructors = parentClass.members.filter(ts.isConstructorDeclaration); constant