Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_api_internals.h11 struct node_napi_env__ : public napi_env__ { struct
12 node_napi_env__(v8::Local<v8::Context> context,
28 using node_napi_env = node_napi_env__*; argument
Dnode_api.cc19 node_napi_env__::node_napi_env__(v8::Local<v8::Context> context, in node_napi_env__() function in node_napi_env__
25 bool node_napi_env__::can_call_into_js() const { in can_call_into_js()
29 v8::Maybe<bool> node_napi_env__::mark_arraybuffer_as_untransferable( in mark_arraybuffer_as_untransferable()
36 void node_napi_env__::CallFinalizer(napi_finalize cb, void* data, void* hint) { in CallFinalizer()
91 result = new node_napi_env__(context, module_filename); in NewEnv()