pub fn push(
args: Vec<ObjectExpression>,
call_span: Span,
) -> Result<ObjectExpression>Expand description
Push builtin function. It takes a array and an object as argument and returns the array with the object pushed.
pub fn push(
args: Vec<ObjectExpression>,
call_span: Span,
) -> Result<ObjectExpression>Push builtin function. It takes a array and an object as argument and returns the array with the object pushed.