Basic skeleton for DOMException

Spec:
http://dom.spec.whatwg.org/#domexception

This is a subtask for #1542.
This commit is contained in:
Bruno de Oliveira Abinader 2014-01-28 18:36:03 -04:00
parent 6c63de1c03
commit 0c6de1bb34
4 changed files with 157 additions and 0 deletions

View file

@ -160,6 +160,10 @@ DOMInterfaces = {
],
},
'DOMException': {
'nativeType': 'DOMException',
},
'DOMImplementation': {
'nativeType': 'DOMImplementation',
},