Home
last modified time | relevance | path

Searched defs:testResult (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_test_case_block_dump.cpp57 auto testResult = RunAllStagesWithTestFunction(data); in main() local
Dplugin_proceed_to_state_find_import_ident_decl.cpp113 auto testResult = FindIdentifierDecl(context, ast); in main() local
Dplugin_proceed_to_state_find_identifier_decl.cpp143 auto testResult = FindIdentifierDecl(context, ast); in main() local
Dplugin_proceed_to_state_rerun_scopes_on_import.cpp98 auto testResult = ChangeAst(context); in main() local
Dplugin_proceed_to_state_find_method_decl.cpp186 auto testResult = FindMethodDecl(context, ast); in main() local
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DLintTest.ts79 const testResult = fs.readFileSync(filePath).toString(); constant
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp185 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() local
Dtyped_array_helper.cpp1133 JSHandle<JSTaggedValue> testResult(thread, callResult); in SortCompare() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp398 JSTaggedValue testResult = BuiltinsRegExp::Test(ecmaRuntimeCallInfo); in HWTEST_F_L0() local