Home
last modified time | relevance | path

Searched defs:interpreter_type (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/options/
Doptions_ark.py46 def interpreter_type(self) -> Optional[str]: member in ArkOptions
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Druntime.py72 interpreter_type: Literal["cpp", "irtoc", "llvm"] = "cpp" variable in Options