Home
last modified time | relevance | path

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

/external/v8/tools/profview/
Dprofile-utils.js81 function codeEquals(code1, code2, allowDifferentKinds = false) { argument
86 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;
88 if (!allowDifferentKinds && code1.kind !== code2.kind) return false;