Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ InitObjectFreezeSeal
Function
InitObjectFreezeSeal
test/object/object_freeze_seal.cc:18–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
Object InitObjectFreezeSeal(Env env) {
19
Object exports = Object::New(env);
20
exports[
"freeze"
] = Function::New(env, Freeze);
21
exports[
"seal"
] = Function::New(env, Seal);
22
return exports;
23
}
24
25
#endif
Callers
1
Init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected