QML_RUNTIME_TESTING should be disabled by default.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / parserstress / tests / ecma_3 / Object / browser.js
1 var GLOBAL = 'Window';
2
3 function isObject(obj)
4 {
5   return obj instanceof Object || obj == window;
6 }
7