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

Function IsExternal

nan.h:2420–2428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2418}
2419
2420inline
2421bool
2422IsExternal(v8::Local<v8::String> str) {
2423#if NODE_MODULE_VERSION < ATOM_0_21_MODULE_VERSION
2424 return str->IsExternalAscii();
2425#else
2426 return str->IsExternalOneByte();
2427#endif
2428}
2429
2430} // end of namespace imp
2431

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected