Home
last modified time | relevance | path

Searched refs:wrap_with_function (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Dutil_hermes.py28 from runner.utils import generate, wrap_with_function
92 out_str = wrap_with_function(input_str, self.jit_preheat_repeats)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dutil_test262.py26 from runner.utils import generate, wrap_with_function
144 out_str += wrap_with_function(descriptor.get_content(), self.jit_preheat_repeats)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dutils.py158 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py173 def wrap_with_function(code: str, jit_preheat_repeats: int) -> str: function