Lines Matching defs:ownKeys
28 var handler = { ownKeys (target) {
72 ownKeys: function(target) {
79 array_check(Reflect.ownKeys(proxy), ["foo", "bar", symA]);
84 handler.ownKeys = function(target) {return Object.getOwnPropertyNames(target);};
86 array_check(Reflect.ownKeys(proxy), ["prop1", "prop2"]);
100 var handler = {ownKeys: null};
107 var handler = {ownKeys: 42};
120 ownKeys: function(target) {
137 ownKeys: function(target) {
154 ownKeys: function(target) {
167 ownKeys: function(target) {
187 ownKeys: function(target) {