Skip to main content

construct

Function construct 

Source
pub fn construct(args: &[Value]) -> Result<Value, String>
Expand description

new console.Console(stdout[, stderr]) or new console.Console({stdout, stderr}) → an object tagged @@native = "Console" carrying its target streams. Parent mod.rs wires construction and instance_call.