Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/console/
DblockTest.ts18 let para1 = 10; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/initializer/
Dforawaitof_4.ts17 let para1: any = null, para2: any = undefined; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/class_validation/
Dclass_demo_2.ts25 constructor(public para1 = 1, private para2 = "hello") { property in MyPets
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp117 GateRef para1 = acc_.GetValueIn(gate, 0); in TypedFloor() local