michael@0: var obj = new Proxy(Object.create(null), {}); michael@0: assertEq(typeof obj, 'object'); michael@0: assertEq(obj != null, true);