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

Method Seal

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

Source from the content-addressed store, hash-verified

1984}
1985
1986inline MaybeOrValue<bool> Object::Seal() const {
1987 napi_status status = napi_object_seal(_env, _value);
1988 NAPI_RETURN_OR_THROW_IF_FAILED(_env, status, status == napi_ok, bool);
1989}
1990#endif // NAPI_VERSION >= 8
1991
1992inline MaybeOrValue<Object> Object::GetPrototype() const {

Callers 1

SealFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected