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

Function Undefined

nan.h:755–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

753
754#if (NODE_MODULE_VERSION > NODE_0_10_MODULE_VERSION) // Node 0.12
755 inline v8::Local<v8::Primitive> Undefined() {
756# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION
757 EscapableHandleScope scope;
758 return scope.Escape(New(v8::Undefined(v8::Isolate::GetCurrent())));
759# else
760 return v8::Undefined(v8::Isolate::GetCurrent());
761# endif
762 }
763
764 inline v8::Local<v8::Primitive> Null() {
765# if NODE_MODULE_VERSION < IOJS_3_0_MODULE_VERSION

Callers 4

SetUndefinedMethod · 0.85
FunctionCallbackInfoFunction · 0.85
PropertyCallbackInfoMethod · 0.85
GetPrivateFunction · 0.85

Calls 2

EscapeMethod · 0.80
NewFunction · 0.70

Tested by

no test coverage detected