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

Function EmptyString

nan.h:791–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789 }
790
791 inline v8::Local<v8::String> EmptyString() {
792 return v8::String::Empty(v8::Isolate::GetCurrent());
793 }
794
795 inline int AdjustExternalMemory(int bc) {
796 return static_cast<int>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected