MCPcopy Index your code
hub / github.com/nodejs/node / f

Function f

deps/v8/test/mjsunit/messages.js:245–245  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243// kInstanceofNonobjectProto
244test(function() {
245 function f() {}
246 var o = new f();
247 f.prototype = 1;
248 o instanceof f;

Callers 2

testFunction · 0.70
messages.jsFile · 0.70

Calls 1

ArrayFunction · 0.85

Tested by 1

testFunction · 0.56