Function sljs::ast::build::call

source · []
pub fn call<E>(callee: E, arguments: Vec<Expression>) -> Expression where
    Expression: From<E>, 
Expand description

make a CallExpression with callee and arguments (JS: callee(arguments...))