Searched refs:napi_fast_native_scope (Results 1 – 2 of 2) sorted by relevance
32 typedef struct napi_fast_native_scope__* napi_fast_native_scope; typedef119 NAPI_EXTERN napi_status napi_open_fast_native_scope(napi_env env, napi_fast_native_scope* scope);120 NAPI_EXTERN napi_status napi_close_fast_native_scope(napi_env env, napi_fast_native_scope scope);
4075 NAPI_EXTERN napi_status napi_open_fast_native_scope(napi_env env, napi_fast_native_scope* scope) in napi_open_fast_native_scope()4081 …*scope = reinterpret_cast<napi_fast_native_scope>(new panda::JsiFastNativeScope(engine->GetEcmaVm(… in napi_open_fast_native_scope()4085 NAPI_EXTERN napi_status napi_close_fast_native_scope(napi_env env, napi_fast_native_scope scope) in napi_close_fast_native_scope()