Home
last modified time | relevance | path

Searched refs:anotherGetter (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/mjsunit/
Daccessor-map-sharing.js36 function anotherGetter() { return 333; } function
131 dp(obj2, "kilo", { get: anotherGetter });
133 assertEquals(anotherGetter, gop(obj2, "kilo").get);
Dobject-define-property.js1098 function anotherGetter() { return 222; } function
1115 Object.defineProperty(obj1, "quebec", { get: anotherGetter });
/external/v8/test/mjsunit/regress/
Dregress-2163.js35 function anotherGetter() { return 333; } function
/external/v8/test/mjsunit/harmony/
Dreflect-define-property.js1004 function anotherGetter() { return 222; } function
1022 assertTrue(Reflect.defineProperty(obj1, "quebec", { get: anotherGetter }));