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