Home
last modified time | relevance | path

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

/external/v8/tools/profview/
Dprofile-utils.js426 constructor(functionCodeId, filter) { argument
427 this.functionCodeId = functionCodeId;
434 if (!this.functionCodeId) return;
437 let functionCode = file.code[this.functionCodeId];