Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/display_sync/
H A Djs_display_sync.cpp257 napi_handle_scope innerScope = nullptr; in RegisterOnFrameCallback() local
258 napi_status status = napi_open_handle_scope(env, &innerScope); in RegisterOnFrameCallback()
269 napi_close_handle_scope(env, innerScope); in RegisterOnFrameCallback()
277 napi_close_handle_scope(env, innerScope); in RegisterOnFrameCallback()