Runtime
# File lib/execjs/ruby_racer_runtime.rb, line 96 def available? require "v8" true rescue LoadError false end
# File lib/execjs/ruby_racer_runtime.rb, line 92 def name "therubyracer (V8)" end