Home
last modified time | relevance | path

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

/external/v8/tools/
Dprofile.js479 Profile.DynamicCodeEntry.prototype.isJSFunction = function() { method in Profile.DynamicCodeEntry
523 Profile.DynamicFuncCodeEntry.prototype.isJSFunction = function() { method in Profile.DynamicFuncCodeEntry
Dtickprocessor.js331 if (!funcEntry || !funcEntry.isJSFunction || !funcEntry.isJSFunction()) {