HomeSort by relevance Sort by last modified time
    Searched full:functionwithoutproto (Results 1 - 1 of 1) sorted by null

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

Completed in 145 milliseconds