Home
last modified time | relevance | path

Searched refs:NonObjectPrototype (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dfunction-prototype.js77 function NonObjectPrototype() { } class
78 NonObjectPrototype.prototype = 42;
79 assertEquals(42, GetPrototypeOf(NonObjectPrototype));
/external/chromium_org/v8/test/mjsunit/
Dfunction-prototype.js77 function NonObjectPrototype() { } class
78 NonObjectPrototype.prototype = 42;
79 assertEquals(42, GetPrototypeOf(NonObjectPrototype));