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