Bug 1131326 - Part 2: Document Debugger.Memory.prototype.allocationsLogOverflowed. r=me

This commit is contained in:
Nick Fitzgerald 2015-02-11 15:15:00 -05:00
Родитель fd676cc235
Коммит 3a11725ea1
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -85,6 +85,11 @@ following accessor properties from its prototype:
at a time. This accessor can be both fetched and stored to. Its default
value is `5000`.
<code id='allocationsLogOverflowed'>allocationsLogOverflowed</a>
: Returns `true` if there have been more than
[`maxAllocationsLogLength`][#max-alloc-log] allocations since the last time
[`drainAllocationsLog`][#drain-alloc-log] was called and some data has been
lost. Returns `false` otherwise.
Function Properties of the `Debugger.Memory.prototype` Object
-------------------------------------------------------------