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

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-143967.js31 var functionWithoutProto = [].filter; variable
32 var obj = Object.create(functionWithoutProto);
33 functionWithoutProto.__proto__ = function() {};
34 assertEquals(functionWithoutProto.prototype, obj.prototype);

Completed in 75 milliseconds