Lines Matching refs:DOMException
51 class DOMException {
82 throwInvalidThisError(TypeError, 'DOMException');
90 throwInvalidThisError(TypeError, 'DOMException');
98 throwInvalidThisError(TypeError, 'DOMException');
110 ObjectSetPrototypeOf(DOMException.prototype, ErrorPrototype);
111 ObjectDefineProperties(DOMException.prototype, {
112 [SymbolToStringTag]: { __proto__: null, configurable: true, value: 'DOMException' },
148 ObjectDefineProperty(DOMException, codeName, desc);
149 ObjectDefineProperty(DOMException.prototype, codeName, desc);
153 exports.DOMException = DOMException;