# Google开源 Leak Finder for JavaScript Tool
Goal: Finding memory leaks in JavaScript programs.
Leak Finder for JavaScript works against the Developer tools remote inspecting protocol of Chrome, retrieves heap snapshots, and detects objects which are "memory leaks" according to a given leak definition.
[Google Code] (https://code.google.com/p/leak-finder-for-javascript/)