class Opal::Rewriters::DotJsSyntax
def to_native_js_call(recv, meth, args)
-
args
(Array
) -- list of the arguments passed to JS method -
meth
(Symbol
) -- name of the JS method -
recv
(AST::Node
) -- receiver of .JS. method
def to_native_js_call(recv, meth, args) s(:jscall, recv, meth, *args) end