Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert.h344 Method *connect = ctx->GetPromiseInteropConnectMethod(); in JSCONVERT_WRAP() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_client.py355 async def connect(self, nursery: trio.Nursery) -> AsyncIterator[DebuggerClient]: member in DebugLocator