Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_types.py40 class Locator: class
73 def __init__(self, locator: Locator, data: T) -> None:
105 def __init__(self, locator: Locator, data: runtime.PropertyDescriptor) -> None:
Dwalker.py41 def __init__(self, locator: Locator, data: debugger.Paused, capture: ProcessCapture) -> None: