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

Method operator delete

nan.h:511–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 void operator=(const EscapableHandleScope &);
510 void *operator new(size_t size);
511 void operator delete(void *, size_t) {
512 abort();
513 }
514};
515
516//=== TryCatch =================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected