Home
last modified time | relevance | path

Searched full:4242 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/js_suites/
Dtest_boxed_Short_conversion.js23 ASSERT_EQ(4242, ret);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/conversion_types/sts_to_js/
Dconversion_types.ets39 globStsShort = new Short(4242 as short);
Dcheck_conversion_box_type.js51 ASSERT_TRUE(globStsShort === 4242);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.statements/01.for-of_type_annotation/
Dfor_of.params.yaml173 if (res == "4242") return 0;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Doptimize_doubled_xor.ets343 let shortParam: short = 4242 as short;
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.ets49 let stsShort: Short = new Short(4242 as short);
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/02.async_methods/
Dameth.params.yaml85 assertTrue((await r) == '4242')
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/16.async_functions_and_methods/01.async_functions/
Dafunc.params.yaml71 assertTrue((await r) == '4242')
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/ic/
Dic-slot-16-overflow.ts4262 this.a4242 = 4242
/arkcompiler/ets_frontend/es2panda/test/bytecode/ts/ic/
Dic-slot-16-overflow.ts4260 this.a4242 = 4242
/arkcompiler/ets_runtime/test/moduletest/hugeictest/
Dhugeictest.js641 o.v4240 = 4240; o.v4242 = 4242; o.v4244 = 4244; o.v4246 = 4246; o.v4248 = 4248;
27205 o[4240] = 4240; o[4242] = 4242; o[4244] = 4244; o[4246] = 4246; o[4248] = 4248;
40487 o[4240]; o[4242]; o[4244]; o[4246]; o[4248];