MCPcopy Create free account
hub / github.com/nodejs/node / createObjectWithCustomProtoInArray

Function createObjectWithCustomProtoInArray

deps/v8/test/mjsunit/object-in-array.js:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162// this case.
163{
164 function createObjectWithCustomProtoInArray() {
165 return [{__proto__: {a: T}, b: 'b'}];
166 }
167 test(createObjectWithCustomProtoInArray,
168 (o) => o[0].__proto__.a, (o) => o[0].__proto__.a = T2);
169 const o1 = createObjectWithCustomProtoInArray();

Callers 1

object-in-array.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected