Searched refs:isJSFunction (Results 1 – 2 of 2) sorted by relevance
/external/v8/tools/ | ||
D | profile.js | 479 Profile.DynamicCodeEntry.prototype.isJSFunction = function() { method in Profile.DynamicCodeEntry |
D | tickprocessor.js | 331 if (!funcEntry || !funcEntry.isJSFunction || !funcEntry.isJSFunction()) { |