Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 132) sorted by relevance

123456

/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js36 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/runtime_core/compiler/tests/js/
DregallocTryTest.js46 function func0(x, y) { argument
57 function func1(x, y) { argument
74 function func2(x, y) { argument
DregallocTest.js42 function func2(x, y) { argument
56 function func4(x, y) { argument
/arkcompiler/ets_runtime/test/moduletest/compareobjecthclass/
Dcompareobjecthclass.js24 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/ets_runtime/tools/circuit_viewer/src/engine/control/
DXButton.js19 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
DXScroll.js29 move(x, y, w, h) { argument
45 isTouchIn(x, y) { argument
94 onTouch(msg, x, y) { argument
130 y: y, property
DXSelect.js32 move(x, y, w, h) { argument
112 isTouchIn(x, y) { argument
120 onTouch(msg, x, y) { argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h25 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::IntPtrEqual(GateRef x, GateRef y) in IntPtrEqual()
70 GateRef CircuitBuilder::IntPtrLSR(GateRef x, GateRef y) in IntPtrLSR()
76 GateRef CircuitBuilder::IntPtrLSL(GateRef x, GateRef y) in IntPtrLSL()
[all …]
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dinst_type.h24 #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/
Daddelementinternal.js22 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/
Dclass_test.js17 constructor(x, y) { argument
24 constructor(x, y, u, v) { argument
32 constructor(x, y, t) { argument
Dcall_test.js18 y; field in Test
19 constructor(x, y) { argument
Dobject_literal.js16 let a = {x: 1, y: 2, z: 1}; property
17 let b = {u: 1.3, y: 2, t: 'test'}; property
Dsample_test.js18 y; field in Test
20 constructor(x, y, z) { argument
/arkcompiler/ets_runtime/test/aottest/for_await_of/
Dfor_await_of.js54 get y() { getter
57 set y(val_1) { setter
/arkcompiler/ets_runtime/test/aottest/analyze_property/multi_storing/
Dmulti_storing.ts23 y: string; property in TestLoad
33 y: string; property in TestEscapeThis
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/
DRightMenu.js32 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
DXTools.js22 static InRect(xx, yy, x, y, w, h) { argument
56 export function fAngle(x, y) { argument
59 export function iDistance(x, y) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/bouncing_pandas/
Dbouncing_pandas.js18 constructor(x = 0, y = 0) { argument
23 y; field in Vec2
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js681 resetOffset(x, y) { argument
697 checkMsgAndDrapSelect_(msg, x, y) { argument
708 checkDrapBackground_(msg, x, y) { argument
721 checkDrapSelect_(msg, x, y) { argument
739 checkSearchInput(msg, x, y) { argument
769 checkMsg(msg, x, y) { argument
788 y: y, property
800 onTouch(msg, x, y) { argument
842 y: y, property
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXMat4.js68 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/runtime_core/libpandabase/utils/
Dtype_helpers.h45 constexpr size_t UnsignedDifference(size_t x, size_t y) in UnsignedDifference()
50 constexpr uint64_t UnsignedDifferenceUint64(uint64_t x, uint64_t y) in UnsignedDifferenceUint64()
/arkcompiler/ets_runtime/test/moduletest/ictest/
Dictest.js100 set y(v3) {} setter in c0
104 set y(v4) { setter in c1
106 delete c1.prototype.y; method in delete
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dglobal_value_numbering_test.cpp57 auto y = builder.Arguments(2); in HWTEST_F_L0() local
83 auto y = builder.Arguments(2); in HWTEST_F_L0() local
107 auto y = builder.Arguments(2); in HWTEST_F_L0() local
131 auto y = builder.Arguments(2); in HWTEST_F_L0() local
162 auto y = builder.Arguments(2); in HWTEST_F_L0() local
197 auto y = builder.Arguments(2); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_for_statement_condition_with_expression2.ts18 let y: number = 12; variable

123456