Searched defs:NativeScope (Results 1 – 2 of 2) sorted by relevance
43 struct NativeScope { struct44 static NativeScope* CreateNewInstance() in CreateNewInstance() argument54 NativeScope* child = nullptr; argument55 NativeScope* parent = nullptr; argument
1351 auto NativeScope = scopeManager->OpenEscape(); in napi_open_escapable_handle_scope() local