Searched refs:skipThisFunction (Results 1 – 2 of 2) sorted by relevance
49 Profile.prototype.skipThisFunction = function(name) { method in Profile266 if (!this.skipThisFunction(name)) {
36 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); }; method in V8Profile