| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 36 function two(x,y) argument 41 function three(x,y,z) argument 46 function four(x,y,z,t) argument 51 function five(x,y,z,t,a) argument 63 let y = 222 variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | lcr_circuit_builder.h | 25 GateRef CircuitBuilder::Int8Equal(GateRef x, GateRef y) in Int8Equal() 30 GateRef CircuitBuilder::Int32NotEqual(GateRef x, GateRef y) in Int32NotEqual() 35 GateRef CircuitBuilder::Int64NotEqual(GateRef x, GateRef y) in Int64NotEqual() 40 GateRef CircuitBuilder::Int64Equal(GateRef x, GateRef y) in Int64Equal() 45 GateRef CircuitBuilder::Int32Equal(GateRef x, GateRef y) in Int32Equal() 50 GateRef CircuitBuilder::IntPtrGreaterThan(GateRef x, GateRef y) in IntPtrGreaterThan() 55 GateRef CircuitBuilder::IntPtrAnd(GateRef x, GateRef y) in IntPtrAnd() 65 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR() 71 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL() 77 GateRef CircuitBuilder::IntPtrOr(GateRef x, GateRef y) in IntPtrOr() [all …]
|
| /arkcompiler/runtime_core/compiler/tests/js/ |
| D | regallocTryTest.js | 46 function func0(x, y) { argument 57 function func1(x, y) { argument 74 function func2(x, y) { argument
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/control/ |
| D | XButton.js | 19 constructor(x, y, w, h, name) { argument 31 move(x, y, w, h) { argument 64 isTouchIn(x, y) { argument 71 onTouch(msg, x, y) { argument
|
| D | XScroll.js | 29 move(x, y, w, h) { argument 45 isTouchIn(x, y) { argument 86 onTouch(msg, x, y) { argument 122 y: y, property
|
| D | XSelect.js | 32 move(x, y, w, h) { argument 112 isTouchIn(x, y) { argument 120 onTouch(msg, x, y) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/ |
| D | compareobjecthclass.js | 24 let obj1 = {x : 1, y : 2, z :3}; property 25 let obj2 = {y : 2, x : 1, z :3}; property 26 let obj3 = {x : 11, y : 12, z :13}; property
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | inst_type.h | 24 #define INSTTYPE_ENUM(x, y) y, argument 25 #define BUILD_OPCODE_MAP_TABLE(x, y) {Opcode::x, InstType::y}, argument 26 #define BUILD_INTRINSIC_MAP_TABLE(x, y) {IntrinsicId::x, InstType::y}, argument
|
| /arkcompiler/ets_runtime/test/moduletest/addelementinternal/ |
| D | addelementinternal.js | 22 let arr1 = {x:1,y:3}; property 35 let arr3 = {x: 1,y:3}; property
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/pgo_test_case/ |
| D | class_test.js | 17 constructor(x, y) { argument 24 constructor(x, y, u, v) { argument 32 constructor(x, y, t) { argument
|
| D | call_test.js | 18 y; field in Test 19 constructor(x, y) { argument
|
| D | object_literal.js | 16 let a = {x: 1, y: 2, z: 1}; property 17 let b = {u: 1.3, y: 2, t: 'test'}; property
|
| D | sample_test.js | 18 y; field in Test 20 constructor(x, y, z) { argument
|
| /arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
| D | rule40.ts | 16 let o: {x: number, y: number} = { variable 25 y: number = 0 property in C
|
| D | rule74.ts | 18 y: number = 0.0 property in Point 25 let {x, y} = returnZeroPoint() variable
|
| D | rule29.ts | 16 class Point {x: number = 0; y: number = 0} property in Point 20 class Point2 {x: number = 0; y: number = 0} property in Point2
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule40.ts | 16 let o: {x: number, y: number} = { variable 25 y: number = 0 property in C
|
| D | rule74.ts | 18 y: number = 0.0 property in Point 25 let {x, y} = returnZeroPoint() variable
|
| D | rule29.ts | 16 class Point {x: number = 0; y: number = 0} property in Point 20 class Point2 {x: number = 0; y: number = 0} property in Point2
|
| /arkcompiler/ets_runtime/test/aottest/for_await_of/ |
| D | for_await_of.js | 54 get y() { getter 57 set y(val_1) { setter
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/ |
| D | RightMenu.js | 32 static Reset(detail, x, y) { argument 35 y: y == null ? XTools.MOUSE_POS.y : y, property 89 static DrawGroup(grp, x, y) { argument 180 static Touch(msg, x, y) { argument 199 static TouchGroup(grp, msg, x, y) { argument
|
| D | XTools.js | 22 static InRect(xx, yy, x, y, w, h) { argument 56 export function fAngle(x, y) { argument 59 export function iDistance(x, y) { argument
|
| /arkcompiler/ets_runtime/test/aottest/analyze_property/multi_storing/ |
| D | multi_storing.ts | 23 y: string; property in TestLoad 33 y: string; property in TestEscapeThis
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XMat4.js | 68 initScaleMat(x, y, z) { argument 74 move(x, y, z = 0) { argument 80 rotate(x, y, z) { argument 96 scale(x, y, z = 1) { argument 142 orthoMat(x, y, w, h) { argument
|
| /arkcompiler/ets_runtime/test/moduletest/objectkeys/ |
| D | objectkeys.js | 36 const a = {x:1, y:2}; property 54 '0': { x: 12, y: 24 }, property 55 '1000000': { x: 1, y: 2 } property
|