MCPcopy 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_;

Calls 2

CallFunction · 0.70
NewFunction · 0.70

Tested by

no test coverage detected