Home
last modified time | relevance | path

Searched defs:staticField (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/version_control/API11/syntax_feature/
Dstatic_block.js17 static staticField; field in MyClass
/arkcompiler/ets_runtime/test/moduletest/dynamicimportsharedmodule/
Ddynamicimportsharedmodule.ts28 static staticField: string = strA; property in SendableClassA
/arkcompiler/ets_runtime/test/moduletest/sendableclassuseimport/
Dsendableclassuseimport.ts31 static staticField: string = strA; property in SendableClassA
/arkcompiler/ets_runtime/test/moduletest/sharedmodule/
Dsharedmodule.ts31 static staticField: string = strA; property in SendableClassA
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Type.cpp295 auto staticField = cls->GetStaticFieldIDByName(fieldName.c_str()); in GetField() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dclass-inl.h213 auto *staticField = BinarySearchField(staticFields, id); in FindDeclaredField() local