Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:getOwnPropertyNames

28 // Test ES5 section 15.2.3.4 Object.getOwnPropertyNames.
32 var propertyNames = Object.getOwnPropertyNames(obj);
39 var propertyNames = Object.getOwnPropertyNames(obj);
48 var propertyNames = Object.getOwnPropertyNames(obj)
55 var propertyNames = Object.getOwnPropertyNames([1, 2]);
67 propertyNames = Object.getOwnPropertyNames(obj);
75 propertyNames = Object.getOwnPropertyNames(obj);
83 propertyNames = Object.getOwnPropertyNames({0: 'foo', bar: 'baz'});
91 Object.getOwnPropertyNames(4);
98 Object.getOwnPropertyNames("foo");
105 Object.getOwnPropertyNames(undefined);
112 Object.getOwnPropertyNames(null);