Exception: RustyRacer::V8OutOfMemoryError

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

Overview

Raised when JS allocation exceeds the isolate’s memory_limit. 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).