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/test/moduletest/multiargs/
Dmultiargs.js36 function two(x,y) function
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp784 auto two = b.Double(2.0); in HWTEST_F_L0() local
811 auto two = b.Int32(2); in HWTEST_F_L0() local
991 auto two = b.Int64(2); in HWTEST_F_L0() local
1012 auto two = b.Int32(2); in HWTEST_F_L0() local
1045 auto two = b.Int64(2); in HWTEST_F_L0() local
1066 auto two = b.Int32(2); in HWTEST_F_L0() local
1099 auto two = b.Int64(2); in HWTEST_F_L0() local
1113 auto two = b.Int32(2); in HWTEST_F_L0() local
1139 auto two = b.Int64(2); in HWTEST_F_L0() local
1150 auto two = b.Int32(2); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_composite_types/
Dtest_composite_types.js58 two: 2, property
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp527 const size_t two = 2; in DemangleScope() local