Home
last modified time | relevance | path

Searched refs:_DOMException (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/
Dutil.js512 let _DOMException; variable
514 _DOMException ??= internalBinding('messaging').DOMException;
515 return _DOMException;
519 _DOMException ??= internalBinding('messaging').DOMException;
520 return new _DOMException(message, name);