MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / InitObjectDeprecated

Function InitObjectDeprecated

test/object/object_deprecated.cc:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62} // end of anonymous namespace
63
64Object InitObjectDeprecated(Env env) {
65 Object exports = Object::New(env);
66
67 exports["defineProperties"] = Function::New(env, DefineProperties);
68
69 return exports;
70}

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected