Home
last modified time | relevance | path

Searched refs:testResult (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
H A Dcontainers_test_helper.h59 JSTaggedValue testResult = className::methodName(callInfoName); \
61 EXPECT_EQ(testResult, JSTaggedValue::Exception()); \
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
H A DIrToPicture.js233 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 Darray_helper.cpp185 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare()
186 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
H A Dtyped_array_helper.cpp1133 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare()
1134 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_regexp_test.cpp398 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