ti-debug
Version:
Server-side components for WebKit Remote Debugging
15 lines (10 loc) • 345 B
JavaScript
function HeapProfiler() {
}
/* ************************************************************************** */
HeapProfiler.prototype.hasHeapProfiler = function (params, callback) {
callback({
result : false
});
};
/* ************************************************************************** */
module.exports = HeapProfiler;