SetInterval schedules to repeatedly run the specified function in the context of the loop as soon as possible after every specified timeout period. SetInterval returns an Interval which can be passed to ClearInterval. The instance of goja.Runtime that is passed to the function and any Values derive
(fn func(*goja.Runtime), timeout time.Duration)
source not stored for this graph (policy: none)