Searched refs:testFunctions (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_test_case_block_dump.cpp | 49 …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()
|
| D | plugin_proceed_to_state_rerun_scopes_after_check.cpp | 86 …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()
|
| D | plugin_proceed_to_state_rerun_scopes_on_import.cpp | 104 …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()
|
| D | plugin_proceed_to_state_check_jsdoc.cpp | 123 …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()
|
| D | util.h | 44 …td::map<es2panda_ContextState, std::vector<std::function<bool(es2panda_Context *)>>> testFunctions; member
|
| D | util.cpp | 171 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/ |
| D | functions.ts | 34 testFunctions(); 37 function testFunctions(): void { function
|