js-util

Home > rc-js-util > IEmscriptenDebug

IEmscriptenDebug interface

Signature:

export interface IEmscriptenDebug 

Properties

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.