js/src/tests/ecma_3/Object/browser.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:a49004652290
1 var GLOBAL = 'Window';
2
3 function isObject(obj)
4 {
5 return obj instanceof Object || obj == window;
6 }
7

mercurial