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

Method plan

nan.h:3123–3127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3121 ~Tap() { t_.Reset(); } // not sure if necessary
3122
3123 inline void plan(int i) {
3124 HandleScope scope;
3125 v8::Local<v8::Value> arg = New(i);
3126 Call("plan", New(t_), 1, &arg);
3127 }
3128
3129 inline void ok(bool isOk, const char *msg = NULL) {
3130 HandleScope scope;

Callers 15

NAN_METHODFunction · 0.80
TlsTestMethod · 0.80
symbols-test.jsFile · 0.80
accessors-test.jsFile · 0.80
json-parse-test.jsFile · 0.80
morenews-test.jsFile · 0.80

Calls 2

NewFunction · 0.70
CallFunction · 0.70

Tested by

no test coverage detected