MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Function

Method Function

napi-inl.h:2830–2830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2828}
2829
2830inline Function::Function() : Object() {}
2831
2832inline Function::Function(napi_env env, napi_value value)
2833 : Object(env, value) {}

Callers

nothing calls this directly

Calls 2

PropertyDescriptorClass · 0.85
FunctionClass · 0.85

Tested by

no test coverage detected