Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/assignproxy/
Dassignproxy.js45 var d = { bProp: 1, two: 2, tre: 3 }; property
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp791 auto two = b.Double(2.0); in HWTEST_F_L0() local
818 auto two = b.Int32(2); in HWTEST_F_L0() local
998 auto two = b.Int64(2); in HWTEST_F_L0() local
1019 auto two = b.Int32(2); in HWTEST_F_L0() local
1052 auto two = b.Int64(2); in HWTEST_F_L0() local
1073 auto two = b.Int32(2); in HWTEST_F_L0() local
1106 auto two = b.Int64(2); in HWTEST_F_L0() local
1120 auto two = b.Int32(2); in HWTEST_F_L0() local
1146 auto two = b.Int64(2); in HWTEST_F_L0() local
1157 auto two = b.Int32(2); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js36 function two(x,y) function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_composite_types/
Dtest_composite_types.js44 two: 2, property
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp527 const size_t two = 2; in DemangleScope() local