mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1131326 - Part 2: Document Debugger.Memory.prototype.allocationsLogOverflowed. r=me
This commit is contained in:
parent
6ae708f9ee
commit
de3f2801d2
@ -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
|
||||
-------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user