aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/parserstress/tests/ecma_3/Object/browser.js
blob: 0e57d1fcd06fe689bb71be1c213e2cf9a02cb40d (plain)
1
2
3
4
5
6
7
var GLOBAL = 'Window';

function isObject(obj)
{
  return obj instanceof Object || obj == window;
}