Searched defs:deleteCode (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/
H A Dcodemap.js107 CodeMap.prototype.deleteCode = function(start) {
H A Dprofile.js199 Profile.prototype.deleteCode = function(start) {
201 this.codeMap_.deleteCode(start);
403 this.codeMap_.deleteCode(entries[i][0]);

Completed in 114 milliseconds