Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/initializer/
Dforawaitof_2.js18 let testprop; variable
21 for await ({ testprop = 1 } of [{}]) { property
29 testprop = "100"; field in TestClass