PythonMonkey v1.0.1 (dev)
|
Functions | |
function declare | internalBinding (namespace:"utils") |
Variables | |
declare type | TimerDebugInfo = object |
export = internalBinding | |
function declare internalBinding | ( | namespace:"utils" | ) |
Note: internalBinding
APIs are generally unsafe as they do not perform argument type checking, etc. Argument checking should be done on the JavaScript side.
Get the promise state (fulfilled/rejected/pending) and result (either fulfilled resolution or rejection reason)
Get the proxy target object and handler
undefined
if it's not a proxyinternal binding helper for the setTimeout
/setInterval
global functions
UNSAFE, does not perform argument type checks
repeat | The call is to setInterval if true |
internal binding helper for the clearTimeout
global function
internal binding helper for if a timer object has been ref'ed
internal binding helper for ref'ing the timer
internal binding helper for unref'ing the timer
Retrieve debug info inside the timer for the WTFPythonMonkey tool
Retrieve the debug info for all timers that are still ref'ed
export = internalBinding |
declare type TimerDebugInfo = object |