Home
last modified time | relevance | path

Searched defs:staticProperty (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/inline-property/
Dinline-property5.ts26 static staticProperty = "static"; property in C2
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/js_call/
Djs_call.js70 static staticProperty = 10; field in StaticClass
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp435 auto staticProperty = VisitStaticProperty(node->Definition(), varName); in VisitClassExpression() local
1112 auto staticProperty = VisitStaticProperty(node->Definition(), name); in VisitClassDeclaration() local