Home
last modified time | relevance | path

Searched refs:HandleScopeWrapper (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp72 class HandleScopeWrapper { class
74 explicit HandleScopeWrapper(NativeEngine* engine) : scope_(engine->GetEcmaVm()) {} in HandleScopeWrapper() function in HandleScopeWrapper
102 inline napi_handle_scope HandleScopeToNapiHandleScope(HandleScopeWrapper* s) in HandleScopeToNapiHandleScope()
107 inline HandleScopeWrapper* NapiHandleScopeToHandleScope(napi_handle_scope s) in NapiHandleScopeToHandleScope()
109 return reinterpret_cast<HandleScopeWrapper*>(s); in NapiHandleScopeToHandleScope()
2217 *result = HandleScopeToNapiHandleScope(new HandleScopeWrapper(engine)); in napi_open_handle_scope()

Completed in 8 milliseconds