Searched refs:NonObjectPrototype (Results 1 – 2 of 2) sorted by relevance
77 function NonObjectPrototype() { } class78 NonObjectPrototype.prototype = 42;79 assertEquals(42, GetPrototypeOf(NonObjectPrototype));