| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | newobj.yaml | 476 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/ |
| D | recordthis-expected.txt | 2 (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/ |
| D | builtins.ts | 82 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/ |
| D | checker_tests.rb | 31 asm 111 57 checker.ASM(x64: '111')
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/concurrent/ |
| D | concurrent-function-decl-implicit-return-expected.txt | 1 111
|
| D | concurrent-async-function-decl-implicit-return-expected.txt | 1 111
|
| D | concurrent-function-decl-explicit-return-expected.txt | 1 111
|
| D | concurrent-async-function-decl-explicit-return-expected.txt | 2 111
|
| D | concurrent-function-decl-implicit-return.js | 5 print(111);
|
| D | concurrent-async-function-decl-implicit-return.js | 6 print(111);
|
| D | concurrent-function-decl-explicit-return.js | 5 print(111);
|
| D | concurrent-async-function-decl-explicit-return.js | 6 print(111);
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_script_test.cpp | 85 script->SetHash("111"); in HWTEST_F_L0() 86 ASSERT_EQ(script->GetHash(), "111"); in HWTEST_F_L0()
|
| D | debugger_returns_test.cpp | 186 = std::make_unique<SetInstrumentationBreakpointReturns>("111"); in HWTEST_F_L0() 192 EXPECT_EQ(breakpointId, "111"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/test/moduletest/multiargs/ |
| D | multiargs.js | 62 let x = 111
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | objectLiteralAssignability8-expected.txt | 475 "column": 111 487 "column": 111
|
| D | objectLiteralAssignability13-expected.txt | 522 "column": 111 534 "column": 111
|
| D | functionCall_14-expected.txt | 294 "column": 111
|
| D | functionCall_13-expected.txt | 294 "column": 111
|
| D | objectLiteralAssignability14-expected.txt | 554 "column": 111
|
| D | objectDestructuring26-expected.txt | 625 "column": 111
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_date_test.cpp | 229 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 …]
|
| D | builtins_promise_test.cpp | 84 // 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/ |
| D | profile_type_info_test.cpp | 272 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/ |
| D | old_instruction_enum.h | 181 LDARR_OBJ_V8 = 111,
|