Searched defs:InteropCtx (Results 1 – 13 of 13) sorted by relevance
23 class InteropCtx; variable
30 class InteropCtx; variable
29 class InteropCtx; variable
593 friend class InteropCtx; member
402 InteropCtx::InteropCtx(EtsCoroutine *coro, napi_env env) in InteropCtx() function in ark::ets::interop::js::InteropCtx
25 class InteropCtx; variable
40 class InteropCtx; variable
28 class InteropCtx; variable
93 void SetJSBuiltinMatcher(std::function<EtsObject *(InteropCtx *, napi_value, bool)> &&matcher) in SetJSBuiltinMatcher()