Class: ExecJS::Xtrn::Wsh

Inherits:
Engine
  • Object
show all
Defined in:
lib/execjs/xtrn/wsh.rb

Constant Summary collapse

Run =
{
  args: %w(cscript //Nologo //U repl.js),
  path: 'wsh',
  encoding: 'UTF-16LE:UTF-8',
}
ES5 =
File.expand_path('../../wsh/es5.js', __FILE__)
Valid =
Gem.win_platform?

Constants inherited from Engine

Engine::Error, Engine::PathX

Method Summary

Methods inherited from Engine

#call, compile, #eval, eval, #exec, exec, #load, load, stats, #stats