Searched refs:run_es2panda (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/tools/ |
H A D | es2panda.py | 103 self.run_es2panda(lib, abc, opts, bu) 106 res = self.run_es2panda(src, abc, self.opts, bu) 112 def run_es2panda(self, member in Tool
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/declgenparser/ |
H A D | test_declgenparser.py | 35 self.passed, self.report, self.fail_kind = self.run_es2panda(
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
H A D | test_astchecker.py | 52 passed, self.report, self.fail_kind = self.run_es2panda(
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/parser/ |
H A D | test_js_parser.py | 46 self.passed, self.report, self.fail_kind = self.run_es2panda(
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/system/ |
H A D | test_ets_system.py | 43 self.passed, self.report, self.fail_kind = self.run_es2panda(
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/ |
H A D | test_js_hermes.py | 42 self.passed, self.report, self.fail_kind = self.run_es2panda(
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
H A D | test_js_test262.py | 53 self.passed, self.report, self.fail_kind = self.run_es2panda(
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
H A D | test_file_based.py | 154 def run_es2panda(self, flags: List[str], test_abc: str, result_validator: ResultValidator) \ 155 -> Tuple[bool, TestReport, Optional[FailKind]]: global() member in TestFileBased
|
/arkcompiler/ets_runtime/test/jsperftest/ |
H A D | run_js_test.py | 273 def run_es2panda(abc_file: str, js_file: str) -> int:
function 297 ret = run_es2panda(cur_abc_file, js_file_path)
|
Completed in 4 milliseconds