Lines Matching refs:Proxy
38 test(Proxy.create, x, y, z)
39 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z)
84 TestGetOwnProperty(Proxy.create({
118 TestGetOwnPropertyThrow(Proxy.create({
193 TestGet(Proxy.create({
290 TestGetCall(Proxy.create({
346 TestGetThrow(Proxy.create({
350 TestGetThrow(Proxy.create({
450 TestSet(Proxy.create({
568 TestSetThrow(Proxy.create({
572 TestSetThrow(Proxy.create({
815 TestDefine(Proxy.create({
855 TestDefineThrow(Proxy.create({
859 TestDefineThrow(Proxy.create({
914 TestDelete(Proxy.create({
948 TestDeleteThrow(Proxy.create({
952 TestDeleteThrow(Proxy.create({
1051 assertEquals("object", typeof Proxy.create({}))
1052 assertTrue(typeof Proxy.create({}) == "object")
1053 assertTrue("object" == typeof Proxy.create({}))
1055 assertEquals("function", typeof Proxy.createFunction({}, function() {}))
1056 assertTrue(typeof Proxy.createFunction({}, function() {}) == "function")
1057 assertTrue("function" == typeof Proxy.createFunction({}, function() {}))
1145 TestIn(Proxy.create({
1190 TestInThrow(Proxy.create({
1194 TestInThrow(Proxy.create({
1289 TestInForDerived(Proxy.create({
1304 var p = Proxy.create(handler)
1328 return Proxy.create({
1409 TestHasOwn(Proxy.create({
1453 TestHasOwnThrow(Proxy.create({
1457 TestHasOwnThrow(Proxy.create({
1469 var p1 = Proxy.create({})
1470 var p2 = Proxy.create({}, o1)
1471 var p3 = Proxy.create({}, p2)
1509 var f = Proxy.createFunction({}, function() {})
1525 var f0 = Proxy.createFunction(handler(o0), function() {})
1526 var f1 = Proxy.createFunction(handler(o1), function() {})
1527 var f2 = Proxy.createFunction(handler(o2), function() {})
1528 var f3 = Proxy.createFunction(handler(o3), function() {})
1529 var f4 = Proxy.createFunction(handler(o4), function() {})
1530 var f5 = Proxy.createFunction(handler(o4), function() {})
1570 var f = Proxy.createFunction({}, function() {})
1571 var ff = Proxy.createFunction(handler(Function), function() {})
1584 var p1 = Proxy.create({})
1585 var p2 = Proxy.create({}, o1)
1586 var p3 = Proxy.create({}, p2)
1587 var p4 = Proxy.create({}, null)
1635 var f = Proxy.createFunction({}, function() {})
1830 var p1 = Proxy.create(handler, proto)
1844 var p2 = Proxy.create(handler, proto)
1859 var p3 = Proxy.create(handler, proto)
1869 var p = Proxy.create(handler, proto)
1911 var f1 = Proxy.createFunction({
1917 var f2 = Proxy.createFunction({
1923 var f3 = Proxy.createFunction({
2103 var p = Proxy.create(handler)
2110 var f = Proxy.createFunction(handler, function() {})
2135 TestToString(Proxy.create({
2143 var p = Proxy.create(handler)
2147 var f = Proxy.createFunction(handler, function() {})
2169 TestToStringThrow(Proxy.create({
2173 TestToStringThrow(Proxy.create({
2240 TestIsEnumerable(Proxy.create({
2278 TestIsEnumerableThrow(Proxy.create({
2282 TestIsEnumerableThrow(Proxy.create({