Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/nan
/ end
Method
end
nan.h:3144–3147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3142
}
3143
3144
inline void end() {
3145
HandleScope scope;
3146
Call(
"end"
, New(t_), 0, NULL);
3147
}
3148
3149
private:
3150
Persistent<v8::Object> t_;
Callers
10
WorkComplete
Method · 0.80
asyncprogressqueueworkerstream-test.js
File · 0.80
asyncprogressworkerstream-test.js
File · 0.80
asyncprogressworkersignal-test.js
File · 0.80
nannew-test.js
File · 0.80
asyncworkererror-test.js
File · 0.80
asyncworker-test.js
File · 0.80
asyncprogressqueueworker-test.js
File · 0.80
typedarrays-test.js
File · 0.80
asyncprogressworker-test.js
File · 0.80
Calls
2
Call
Function · 0.70
New
Function · 0.70
Tested by
no test coverage detected