Searched defs:node_napi_env__ (Results 1 – 2 of 2) sorted by relevance
11 struct node_napi_env__ : public napi_env__ { struct28 using node_napi_env = node_napi_env__*; argument
19 node_napi_env__::node_napi_env__(v8::Local<v8::Context> context, in node_napi_env__() function in node_napi_env__