Add Performance object to Window and implement Performance::Now()

This commit is contained in:
Gulshan Singh 2014-05-01 16:23:32 -04:00
parent 0ab3444af9
commit fb0c433b70
9 changed files with 223 additions and 1 deletions

View file

@ -41,6 +41,8 @@ DOMInterfaces = {
'Navigator': {},
'Node': {},
'NodeList': {},
'Performance': {},
'PerformanceTiming': {},
'UIEvent': {},
'ValidityState': {},
'Window': {