Home
last modified time | relevance | path

Searched defs:getOwnPropertyDescriptor (Results 1 – 20 of 20) sorted by relevance

/external/v8/test/mjsunit/es6/
Dproxies-bind.js64 getOwnPropertyDescriptor() {return {configurable: true}} method
77 getOwnPropertyDescriptor() {return {configurable: true}} method
90 getOwnPropertyDescriptor() {return {configurable: true}} method
103 getOwnPropertyDescriptor() {return {configurable: true}} method
116 getOwnPropertyDescriptor() {return {configurable: true}} method
Dproxies-for.js51 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }} method
58 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }} method
86 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }} method
93 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }} method
163 handler.getOwnPropertyDescriptor = function() { function
217 getOwnPropertyDescriptor() { return {configurable: true, enumerable: true } } method
Dproxies.js70 getOwnPropertyDescriptor(target, k) { method
77 getOwnPropertyDescriptor(target, k) { method
87 getOwnPropertyDescriptor(target, k) { method
112 getOwnPropertyDescriptor: function(k) { throw "myexn" } method
116 getOwnPropertyDescriptor: function(k) { method
123 getOwnPropertyDescriptor: function(k) { method
376 getOwnPropertyDescriptor: function(k) { throw "myexn" }, method
381 getOwnPropertyDescriptor: function(k) { method
388 getOwnPropertyDescriptor: function(k) { method
397 getOwnPropertyDescriptor: function(k) { method
[all …]
Dproxies-json.js54 getOwnPropertyDescriptor: function() { method
92 getOwnPropertyDescriptor: function() { method
117 getOwnPropertyDescriptor: function() { method
137 getOwnPropertyDescriptor: function(target, name) { method
160 getOwnPropertyDescriptor: function(target, name) { method
181 getOwnPropertyDescriptor: function(target, name) { method
203 getOwnPropertyDescriptor: function() { method
537 getOwnPropertyDescriptor: function(target, property) { method
Dproxies-get-own-property-descriptor.js27 "getOwnPropertyDescriptor": function(target, name) { method
69 handler.getOwnPropertyDescriptor = function(target, name) { return undefined; }; function
Dproxies-keys.js16 getOwnPropertyDescriptor: function(target, name) { method
33 handler.getOwnPropertyDescriptor = function() { throw new Number(1); }; function
Dproxies-property-is-enumerable.js14 handler.getOwnPropertyDescriptor = function(target, prop) { function
Dproxies-has-own-property.js16 handler.getOwnPropertyDescriptor = function () {} function
Dproxies-object-assign.js7 getOwnPropertyDescriptor: function(t, p) { method
Dproxies-set.js106 handler.getOwnPropertyDescriptor = function() { function
/external/v8/test/mjsunit/es6/regress/
Dregress-2219.js30 var p = new Proxy({}, {getOwnPropertyDescriptor: function() { gc() }}); method
Dregress-lookup-transition.js7 var proxy = new Proxy({}, { getOwnPropertyDescriptor:function() { method
Dregress-crbug-461520.js10 getOwnPropertyDescriptor: function() { method
Dregress-cr493566.js80 getOwnPropertyDescriptor(t, name) { method
/external/v8/test/mjsunit/
Dfor-in-opt.js38 getOwnPropertyDescriptor(target, k) { method
132 getOwnPropertyDescriptor(target, k) { method
/external/v8/test/mjsunit/harmony/
Dobject-entries.js83 getOwnPropertyDescriptor(target, name) { method
125 getOwnPropertyDescriptor(target, name) { method
191 getOwnPropertyDescriptor(target, name) { method
203 getOwnPropertyDescriptor(target, property) { method
Dobject-values.js74 getOwnPropertyDescriptor(target, name) { method
116 getOwnPropertyDescriptor(target, name) { method
171 getOwnPropertyDescriptor(target, name) { method
183 getOwnPropertyDescriptor(target, property) { method
Dexponentiation-operator.js229 getOwnPropertyDescriptor() { method
Dobject-get-own-property-descriptors.js138 getOwnPropertyDescriptor(target, name) { method
182 getOwnPropertyDescriptor(t, name) { method
/external/v8/test/mjsunit/regress/
Dregress-608630.js17 getOwnPropertyDescriptor: function() { method