Home > rc-js-util > IEmscriptenDebug
Signature:
export interface IEmscriptenDebug
| Property | Modifiers | Type | Description |
|---|---|---|---|
| error | (message: string) => void | Wrapper of _Debug.error. |
|
| onAllocate | IDebugWeakBroadcastEvent<“debugOnAllocate”, []> | Emits an event on memory allocation. | |
| protectedViews | IDebugWeakStore<IDebugProtectedView> | Store for IDebugProtectedView. | |
| sharedObjectLifeCycleChecks | IDebugSharedObjectLifeCycleChecker | IDebugSharedObjectLifeCycleChecker. | |
| uniquePointers | Set<number> | It is an error for two unique pointers to point to the same thing. | |
| verboseLog | (message: string) => void | Wrapper of _Debug.verboseLog. |