Searched refs:protoB (Results 1 – 1 of 1) sorted by relevance
153 const protoB = { protoB: true }; variable154 Object.setPrototypeOf(protoB, Object.getPrototypeOf(wrapper));155 Object.setPrototypeOf(wrapper, protoB);159 assert(wrapper.protoB, true);