OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getOwnPropertyDescriptor
(Results
1 - 10
of
10
) sorted by null
/external/v8/test/mjsunit/es6/
proxies-object-assign.js
7
getOwnPropertyDescriptor
: function(t, p) {
proxies-property-is-enumerable.js
14
handler.
getOwnPropertyDescriptor
= function(target, prop) {
22
handler.
getOwnPropertyDescriptor
= function(target, prop) {
proxies-has-own-property.js
16
handler.
getOwnPropertyDescriptor
= function () {}
24
handler.
getOwnPropertyDescriptor
= function() { return {configurable: true} }
32
handler.
getOwnPropertyDescriptor
= function() { throw Error(); }
proxies-keys.js
16
getOwnPropertyDescriptor
: function(target, name) {
29
handler.
getOwnPropertyDescriptor
= undefined;
33
handler.
getOwnPropertyDescriptor
= function() { throw new Number(1); };
proxies-json.js
54
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
", target, "baz"], log[1])
[
all
...]
proxies-for.js
51
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 } }
proxies-get-own-property-descriptor.js
27
"
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
(proxy, "configurable"))
[
all
...]
proxies-set.js
50
assertTrue(undefined == handler.
getOwnPropertyDescriptor
);
106
handler.
getOwnPropertyDescriptor
= function() {
108
return Reflect.
getOwnPropertyDescriptor
(...arguments);
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar
Completed in 451 milliseconds