class ExecJS::JohnsonRuntime::Context

def syntax_error?(error)

def syntax_error?(error)
  error.message =~ /^syntax error at /
end