sandbox property
When true, blocks all I/O / process-affecting base functions (file_, dir_, env_get, exit, panic) by throwing BallRuntimeError. Use for evaluating untrusted programs.
Implementation
final bool sandbox;
When true, blocks all I/O / process-affecting base functions (file_, dir_, env_get, exit, panic) by throwing BallRuntimeError. Use for evaluating untrusted programs.
final bool sandbox;