Skip to content

Evaluation

  • evaluate(script, options?)
  • queued is the default and serializes calls.
  • non-blocking bypasses the queue when the caller knows the work is independent.

The evaluator preserves the existing awaitPromise and returnByValue behavior while adding deterministic serialization around concurrent calls.