Searched refs:testResult (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_test_helper.h | 59 JSTaggedValue testResult = className::methodName(callInfoName); \ 61 EXPECT_EQ(testResult, JSTaggedValue::Exception()); \
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | forLoopEndingMultilineComments.ts | 24 export function consoleTestResultHandler(testResult: any): boolean {
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | IrToPicture.js | 222 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/ |
D | array_helper.cpp | 97 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() local 98 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
|
D | typed_array_helper.cpp | 614 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() local 615 JSTaggedNumber v = JSTaggedValue::ToNumber(thread, testResult); in SortCompare()
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 460 JSTaggedValue testResult = BuiltinsRegExp::Test(ecmaRuntimeCallInfo); in HWTEST_F_L0() local 461 ASSERT_EQ(testResult.GetRawData(), JSTaggedValue::True().GetRawData()); in HWTEST_F_L0()
|