Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_handle_scope/
Dtest_handle_scope.c11 napi_handle_scope scope; in NewScope()
48 napi_handle_scope scope; in NewScopeWithException()
/third_party/node/benchmark/napi/string/
Dbinding.c30 napi_handle_scope scope; \
/third_party/node/src/
Djs_native_api_types.h19 typedef struct napi_handle_scope__* napi_handle_scope; typedef
Djs_native_api.h347 napi_handle_scope* result);
349 napi_handle_scope scope);
Djs_native_api_v8.cc269 inline napi_handle_scope JsHandleScopeFromV8HandleScope(HandleScopeWrapper* s) { in JsHandleScopeFromV8HandleScope()
270 return reinterpret_cast<napi_handle_scope>(s); in JsHandleScopeFromV8HandleScope()
273 inline HandleScopeWrapper* V8HandleScopeFromJsHandleScope(napi_handle_scope s) { in V8HandleScopeFromJsHandleScope()
2700 napi_handle_scope* result) { in napi_open_handle_scope()
2713 napi_handle_scope scope) { in napi_close_handle_scope()
/third_party/node/benchmark/napi/type-tag/
Dbinding.c35 napi_handle_scope scope; in TagObject()
/third_party/node/test/node-api/test_uv_loop/
Dtest_uv_loop.cc64 napi_handle_scope scope; in SetImmediateBinding()
/third_party/node/test/node-api/test_callback_scope/
Dbinding.c57 napi_handle_scope handle_scope = NULL; in Callback()
/third_party/node/doc/api/
Dn-api.md685 #### `napi_handle_scope`
1510 napi_handle_scope scope;
1551 napi_handle_scope* result);
1570 napi_handle_scope scope);
1593 napi_handle_scope* result);
1614 napi_handle_scope scope);