Home
last modified time | relevance | path

Searched refs:napi_fast_native_scope (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/interfaces/inner_api/napi/
H A Dnative_node_api.h32 typedef struct napi_fast_native_scope__* napi_fast_native_scope; typedef
119 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);
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp4075 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()