Searched defs:getOwnPropertyDescriptor (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/mjsunit/es6/
H A Dproxies-object-assign.js7 getOwnPropertyDescriptor: function(t, p) {
H A Dproxies-property-is-enumerable.js14 handler.getOwnPropertyDescriptor = function(target, prop) {
22 handler.getOwnPropertyDescriptor = function(target, prop) {
H A Dproxies-has-own-property.js16 handler.getOwnPropertyDescriptor = function () {}
24 handler.getOwnPropertyDescriptor = function() { return {configurable: true} }
32 handler.getOwnPropertyDescriptor = function() { throw Error(); }
H A Dproxies-keys.js16 getOwnPropertyDescriptor: function(target, name) {
29 handler.getOwnPropertyDescriptor = undefined;
33 handler.getOwnPropertyDescriptor = function() { throw new Number(1); };
H A Dproxies-json.js54 getOwnPropertyDescriptor: function() {
92 getOwnPropertyDescriptor: function() {
117 getOwnPropertyDescriptor: function() {
137 getOwnPropertyDescriptor: function(target, name) {
160 getOwnPropertyDescriptor: function(target, name) {
181 getOwnPropertyDescriptor: function(target, name) {
203 getOwnPropertyDescriptor: function() {
260 ["getOwnPropertyDescriptor", target, "foo"], log[2]); // EnumerableOwnNames
378 assertEquals(["getOwnPropertyDescriptor", target, "baz"], log[1]);
483 assertEquals(["getOwnPropertyDescriptor", targe
[all...]
H A Dproxies-for.js51 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }}
58 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }}
86 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }}
93 getOwnPropertyDescriptor() { return { enumerable: true, configurable: true }}
163 handler.getOwnPropertyDescriptor = function() {
190 handler.getOwnPropertyDescriptor = function() {
195 handler.getOwnPropertyDescriptor = function() {
200 handler.getOwnPropertyDescriptor = function(target, key) {
217 getOwnPropertyDescriptor() { return {configurable: true, enumerable: true } }
H A Dproxies-get-own-property-descriptor.js27 "getOwnPropertyDescriptor": function(target, name) {
34 return Object.getOwnPropertyDescriptor(target, name);
44 Object.getOwnPropertyDescriptor(proxy, "configurable"));
46 Object.getOwnPropertyDescriptor(proxy, "nonconfigurable"));
51 Object.getOwnPropertyDescriptor(proxy, "proxied"));
53 Object.getOwnPropertyDescriptor(proxy_without_handler,
56 Object.getOwnPropertyDescriptor(proxy_without_handler,
59 assertThrows('Object.getOwnPropertyDescriptor(proxy, "return_null")');
61 handler.getOwnPropertyDescriptor = undefined;
63 Object.getOwnPropertyDescriptor(prox
[all...]
H A Dproxies-set.js50 assertTrue(undefined == handler.getOwnPropertyDescriptor);
106 handler.getOwnPropertyDescriptor = function() {
108 return Reflect.getOwnPropertyDescriptor(...arguments);
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 241 milliseconds