UNPKG

ti-debug

Version:

Server-side components for WebKit Remote Debugging

15 lines (10 loc) 345 B
function HeapProfiler() { } /* ************************************************************************** */ HeapProfiler.prototype.hasHeapProfiler = function (params, callback) { callback({ result : false }); }; /* ************************************************************************** */ module.exports = HeapProfiler;