Skip to main content

construct

Function construct 

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

Construct a stdlib class instance (new AsyncLocalStorage()). None for any other name so the parent’s construct can fall through.