Table Of Contents

Previous topic

std

Next topic

system

This Page

sandbox

Constructor

class sandbox()

Methods

clear()

Destroys all objects that were created in this context + all of this context’s subcontexts.

execute(function)
Arguments:
  • function – object to execute within sandbox
resume()

Resumes suspended sandbox.

suspend()

Calling suspends sandbox. (Until resume is called, no code within sandbox will execute.)