MCPcopy Create free account
hub / github.com/nodejs/nan / operator delete

Method operator delete

nan.h:468–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466 void operator=(const HandleScope &);
467 void *operator new(size_t size);
468 void operator delete(void *, size_t) {
469 abort();
470 }
471};
472
473class EscapableHandleScope {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected