Home
last modified time | relevance | path

Searched refs:testFunctions (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_test_case_block_dump.cpp49 …td::map<es2panda_ContextState, std::vector<std::function<bool(es2panda_Context *)>>> testFunctions; in main() local
51 testFunctions[ES2PANDA_STATE_CHECKED] = {[&dumpedSource](es2panda_Context *ctx) { in main()
56 ProccedToStatePluginTestData data = {argc, argv, &impl, testFunctions, true, source}; in main()
62 data.testFunctions = {}; in main()
Dplugin_proceed_to_state_rerun_scopes_after_check.cpp86 …td::map<es2panda_ContextState, std::vector<std::function<bool(es2panda_Context *)>>> testFunctions; in main() local
87 testFunctions[ES2PANDA_STATE_CHECKED] = {ChangeAst}; in main()
88 ProccedToStatePluginTestData data = {argc, argv, &impl, testFunctions, true, source}; in main()
Dplugin_proceed_to_state_rerun_scopes_on_import.cpp104 …td::map<es2panda_ContextState, std::vector<std::function<bool(es2panda_Context *)>>> testFunctions; in main() local
105 testFunctions[ES2PANDA_STATE_CHECKED] = {recheckTest}; in main()
106 ProccedToStatePluginTestData data = {argc, argv, &impl, testFunctions, false, ""}; in main()
Dplugin_proceed_to_state_check_jsdoc.cpp123 …td::map<es2panda_ContextState, std::vector<std::function<bool(es2panda_Context *)>>> testFunctions; in main() local
124 testFunctions[ES2PANDA_STATE_PARSED] = {TestJSDoc}; in main()
125 ProccedToStatePluginTestData data = {newArgc, newArgvRaw, &impl, testFunctions, true, g_source}; in main()
Dutil.h44 …td::map<es2panda_ContextState, std::vector<std::function<bool(es2panda_Context *)>>> testFunctions; member
Dutil.cpp171 for (auto [testStage, _] : data.testFunctions) { in RunAllStagesWithTestFunction()
184 for (const auto &testFunc : data.testFunctions[state]) { in RunAllStagesWithTestFunction()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/
Dfunctions.ts34 testFunctions();
37 function testFunctions(): void { function