MCPcopy Create free account
hub / github.com/nodejs/nan / pass

Method pass

nan.h:3137–3142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3135 }
3136
3137 inline void pass(const char * msg = NULL) {
3138 HandleScope scope;
3139 v8::Local<v8::Value> hmsg;
3140 if (msg) hmsg = New(msg).ToLocalChecked();
3141 Call("pass", New(t_), msg ? 1 : 0, &hmsg);
3142 }
3143
3144 inline void end() {
3145 HandleScope scope;

Callers 1

Calls 3

ToLocalCheckedMethod · 0.80
NewFunction · 0.70
CallFunction · 0.70

Tested by

no test coverage detected