pub fn construct(name: &str, args: &[Value]) -> Option<Result<Value, String>>
Construct a stdlib class instance (new AsyncLocalStorage()). None for any other name so the parent’s construct can fall through.
new AsyncLocalStorage()
None
construct