Home
last modified time | relevance | path

Searched refs:getOwnPropertyNames (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/test/mjsunit/
Dobject-get-own-property-names.js32 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);
[all …]
Dbuiltins.js35 var names = Object.getOwnPropertyNames(builtins);
54 var propNames = Object.getOwnPropertyNames(func.prototype);
Djson.js470 assertEquals(["__proto__"], Object.getOwnPropertyNames(o1));
479 assertEquals(["__proto__"], Object.getOwnPropertyNames(o2));
/external/v8/test/mjsunit/es6/
Dgenerators-runtime.js42 var f_own_property_names = Object.getOwnPropertyNames(f);
43 var g_own_property_names = Object.getOwnPropertyNames(g);
95 Object.getOwnPropertyNames(GeneratorObjectPrototype);
144 assertArrayEquals([], Object.getOwnPropertyNames(g.prototype));
Dgenerators-objects.js60 assertEquals([], Object.getOwnPropertyNames(iter));
69 assertEquals([], Object.getOwnPropertyNames(iter));
Dcollection-iterator.js17 var propertyNames = Object.getOwnPropertyNames(SetIteratorPrototype);
117 var propertyNames = Object.getOwnPropertyNames(MapIteratorPrototype);
Dstring-iterator.js60 Object.getOwnPropertyNames(StringIteratorPrototype));
Dpromises.js33 var getOwnPropertyNames = Object.getOwnPropertyNames
39 var properties = getOwnPropertyNames(o)
55 var globals = Object.getOwnPropertyNames(this)
Darray-iterator.js158 Object.getOwnPropertyNames(ArrayIteratorPrototype));
Dgenerators-iteration.js56 property_names = Object.getOwnPropertyNames(result);
Dsymbols.js321 var names = Object.getOwnPropertyNames(obj)
/external/v8/test/mjsunit/harmony/
Dproxies.js734 assertEquals(1, Object.getOwnPropertyNames(desc).length)
739 assertEquals(2, Object.getOwnPropertyNames(desc).length)
745 assertEquals(2, Object.getOwnPropertyNames(desc).length)
751 assertEquals(2, Object.getOwnPropertyNames(desc).length)
762 assertEquals(3, Object.getOwnPropertyNames(desc).length)
769 assertEquals(1, Object.getOwnPropertyNames(desc).length)
774 assertEquals(0, Object.getOwnPropertyNames(desc).length)
778 getOwnPropertyNames: function() { return ["value"] }, method
781 assertEquals(1, Object.getOwnPropertyNames(d).length)
785 assertEquals(1, Object.getOwnPropertyNames(desc).length)
[all …]
Dproxies-symbols.js90 assertEquals(0, Object.getOwnPropertyNames(p).length)
91 assertEquals(0, Object.getOwnPropertyNames(o).length)
105 getOwnPropertyNames: MakeSymbolArray property
Dproxies-example-membrane.js47 getOwnPropertyNames: function() {
48 return Object.getOwnPropertyNames(obj);
51 return Object.getOwnPropertyNames(obj);
63 Object.getOwnPropertyNames(obj).forEach(function(name) {
Dprivate.js272 var names = Object.getOwnPropertyNames(obj)
/external/v8/test/webkit/
Dproperty-iteration.js37 var before = Object.getOwnPropertyNames(Math);
39 var after = Object.getOwnPropertyNames(Math);
/external/v8/test/webkit/fast/js/
DObject-getOwnPropertyNames.js98 return Object.getOwnPropertyNames(obj).sort();
106 var globalPropertyNames = Object.getOwnPropertyNames(this);
DObject-getOwnPropertyNames-expected.txt24 Test to ensure correct behaviour of Object.getOwnPropertyNames
66 …ngeRecords', 'freeze', 'getNotifier', 'getOwnPropertyDescriptor', 'getOwnPropertyNames', 'getOwnPr…
/external/v8/test/mjsunit/regress/
Dregress-2410.js36 assertEquals(['thrower'], Object.getOwnPropertyNames(obj));
/external/v8/tools/
Ddetect-builtins.js10 var names = Object.getOwnPropertyNames(object);
/external/v8/src/
Dproxy.js153 var names = this.getOwnPropertyNames()
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DShadowDOM.js73 var getOwnPropertyNames = Object.getOwnPropertyNames;
76 var names = getOwnPropertyNames(from);
84 var names = getOwnPropertyNames(from);
115 getOwnPropertyNames(window);
120 getOwnPropertyNames(nativePrototype);
178 var names = getOwnPropertyNames(source);
4274 Object.getOwnPropertyNames(scope.wrappers).forEach(function(name) {
Dwebcomponents.js115 var getOwnPropertyNames = Object.getOwnPropertyNames;
118 var names = getOwnPropertyNames(from);
126 var names = getOwnPropertyNames(from);
157 getOwnPropertyNames(window);
162 getOwnPropertyNames(nativePrototype);
220 var names = getOwnPropertyNames(source);
4269 Object.getOwnPropertyNames(scope.wrappers).forEach(function(name) {
5757 var keys = Object.getOwnPropertyNames(p);
DCustomElements.min.js11 …var n={},r=t;r!==o&&r!==HTMLElement.prototype;){for(var a,i=Object.getOwnPropertyNames(r),u=0;a=i[…
/external/chromium-trace/trace-viewer/tracing/third_party/chai/
Dchai.js1getOwnPropertyNames(e);h.forEach(function(r){if(!s.test(r)){var i=Object.getOwnPropertyDescriptor(…

12