Home
last modified time | relevance | path

Searched refs:skipThisFunction (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/
Dprofile.js49 Profile.prototype.skipThisFunction = function(name) { method in Profile
266 if (!this.skipThisFunction(name)) {
Dtickprocessor.js36 this.skipThisFunction = function(name) { return V8Profile.IC_RE.test(name); }; method in V8Profile