class V8::ContextError
def initialize(caller_name)
def initialize(caller_name) super("tried to call method '#{caller_name} without an open context") end
def initialize(caller_name) super("tried to call method '#{caller_name} without an open context") end