Home
last modified time | relevance | path

Searched refs:testResult (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h59 JSTaggedValue testResult = className::methodName(callInfoName); \
61 EXPECT_EQ(testResult, JSTaggedValue::Exception()); \
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DforLoopEndingMultilineComments.ts24 export function consoleTestResultHandler(testResult: any): boolean {
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js222 let testResult = [];
223 this.deepTest(nodes[0], nodes, isBlock, testResult, 0);
224 if (testResult.length > 0) {
225 this.checkoutLoop(testResult);
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp97 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() local
98 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
Dtyped_array_helper.cpp614 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() local
615 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp460 JSTaggedValue testResult = BuiltinsRegExp::Test(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
461 ASSERT_EQ(testResult.GetRawData(), JSTaggedValue::True().GetRawData()); in HWTEST_F_L0()