Searched refs:testResult (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
H A D | containers_test_helper.h | 59 JSTaggedValue testResult = className::methodName(callInfoName); \ 61 EXPECT_EQ(testResult, JSTaggedValue::Exception()); \
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
H A D | IrToPicture.js | 233 let testResult = []; 234 this.deepTest(nodes[0], nodes, isBlock, testResult, 0); 235 if (testResult.length > 0) { 236 this.checkoutLoop(testResult);
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | array_helper.cpp | 185 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() 186 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
|
H A D | typed_array_helper.cpp | 1133 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() 1134 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_regexp_test.cpp | 398 JSTaggedValue testResult = BuiltinsRegExp::Test(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 399 ASSERT_EQ(testResult.GetRawData(), JSTaggedValue::True().GetRawData()); in HWTEST_F_L0()
|
Completed in 7 milliseconds