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

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

Completed in 727 milliseconds