Home
last modified time | relevance | path

Searched full:111 (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml476 ldai 111
482 ldai 111
488 ldai 111
494 ldai 111
500 ldai 111
506 ldai 111
512 ldai 111
518 ldai 111
526 ldai 111
534 ldai 111
[all …]
/arkcompiler/ets_frontend/testTs/instype/
Drecordthis-expected.txt2 (instruction order, type): (-2, 111), (-1, 106),
4 (instruction order, type): (-2, 111), (-1, 102),
6 (instruction order, type): (-2, 111), (-1, 103),
8 (instruction order, type): (-2, 111), (-1, 104),
10 (instruction order, type): (-2, 111), (-1, 105),
12 (instruction order, type): (-2, 111), (-1, 107), (16, 4),
16 (instruction order, type): (-2, 111), (-1, 109),
18 (instruction order, type): (-2, 111), (-1, 110),
/arkcompiler/ets_runtime/test/typeinfer/builtins/
Dbuiltins.ts82 AssertType(date.setDate(111), "number");
96 AssertType(JSON.stringify("111"), "string");
97 AssertType(JSON.parse("111"), "any");
104 AssertType(n.toString(111), "string");
186 let str = new String("111");
198 AssertType(str.replace("111", "222"), "string");
/arkcompiler/runtime_core/tests/checked/
Dchecker_tests.rb31 asm 111
57 checker.ASM(x64: '111')
/arkcompiler/ets_frontend/es2panda/test/compiler/js/concurrent/
Dconcurrent-function-decl-implicit-return-expected.txt1 111
Dconcurrent-async-function-decl-implicit-return-expected.txt1 111
Dconcurrent-function-decl-explicit-return-expected.txt1 111
Dconcurrent-async-function-decl-explicit-return-expected.txt2 111
Dconcurrent-function-decl-implicit-return.js5 print(111);
Dconcurrent-async-function-decl-implicit-return.js6 print(111);
Dconcurrent-function-decl-explicit-return.js5 print(111);
Dconcurrent-async-function-decl-explicit-return.js6 print(111);
/arkcompiler/toolchain/tooling/test/
Ddebugger_script_test.cpp85 script->SetHash("111"); in HWTEST_F_L0()
86 ASSERT_EQ(script->GetHash(), "111"); in HWTEST_F_L0()
Ddebugger_returns_test.cpp186 = std::make_unique<SetInstrumentationBreakpointReturns>("111"); in HWTEST_F_L0()
192 EXPECT_EQ(breakpointId, "111"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/moduletest/multiargs/
Dmultiargs.js62 let x = 111
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DobjectLiteralAssignability8-expected.txt475 "column": 111
487 "column": 111
DobjectLiteralAssignability13-expected.txt522 "column": 111
534 "column": 111
DfunctionCall_14-expected.txt294 "column": 111
DfunctionCall_13-expected.txt294 "column": 111
DobjectLiteralAssignability14-expected.txt554 "column": 111
DobjectDestructuring26-expected.txt625 "column": 111
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp229 ecmaRuntimeCallInfo->SetCallArg(3, JSTaggedValue(static_cast<double>(111))); in HWTEST_F_L0()
243 ASSERT_EQ(result4.GetRawData(), JSTaggedValue(static_cast<double>(111)).GetRawData()); in HWTEST_F_L0()
256 ecmaRuntimeCallInfo->SetCallArg(3, JSTaggedValue(static_cast<double>(111))); in HWTEST_F_L0()
270 ASSERT_EQ(result8.GetRawData(), JSTaggedValue(static_cast<double>(111)).GetRawData()); in HWTEST_F_L0()
283 ecmaRuntimeCallInfo->SetCallArg(3, JSTaggedValue(static_cast<double>(-111))); in HWTEST_F_L0()
310 ecmaRuntimeCallInfo->SetCallArg(3, JSTaggedValue(static_cast<double>(-111))); in HWTEST_F_L0()
370 ecmaRuntimeCallInfo->SetCallArg(2, JSTaggedValue(static_cast<double>(111))); in HWTEST_F_L0()
381 ASSERT_EQ(result3.GetRawData(), JSTaggedValue(static_cast<double>(111)).GetRawData()); in HWTEST_F_L0()
393 ecmaRuntimeCallInfo->SetCallArg(2, JSTaggedValue(static_cast<double>(111))); in HWTEST_F_L0()
404 ASSERT_EQ(result6.GetRawData(), JSTaggedValue(static_cast<double>(111)).GetRawData()); in HWTEST_F_L0()
[all …]
Dbuiltins_promise_test.cpp84 // 111 : test case in TestPromiseAllThenOnResolved()
85 EXPECT_EQ(JSTaggedValue::SameValue(value1.GetTaggedValue(), JSTaggedValue(111)), true); in TestPromiseAllThenOnResolved()
456 JSHandle<JSTaggedValue> paramMsg1(thread, JSTaggedValue(111)); in HWTEST_F_L0()
460 * @tc.steps: step1. var p1 = Promise.resolve(111) in HWTEST_F_L0()
471 …EXPECT_EQ(JSTaggedValue::SameValue(resolvePromise1->GetPromiseResult(), JSTaggedValue(111)), true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dprofile_type_info_test.cpp272 handleTaggedArray->Set(thread, 0, JSTaggedValue(111)); in HWTEST_F_L0()
296 EXPECT_EQ(resultArr2->Get(2).GetInt(), 111); in HWTEST_F_L0()
341 handleDetailsArray->Set(thread, 0, JSTaggedValue(111)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h181 LDARR_OBJ_V8 = 111,

12