# File lib/execjs/mustang_runtime.rb, line 27 def call(properties, *args) unbox @v8_context.eval(properties).call(*args) rescue NoMethodError => e raise ProgramError, e.message end