Exception: RustyRacer::V8OutOfMemoryError

Inherits:
EvalError show all
Defined in:
lib/rusty_racer.rb

Overview

Raised when JS allocation exceeds the isolate’s heap ceiling (the configured memory_limit, or V8’s default ceiling when none was set). Catchable like any eval error — a runaway script fails its own eval instead of aborting the process. The space-axis twin of ScriptTerminatedError (the time axis).