Skip to main content

field

Function field 

Source
pub fn field(out: &mut CodeValue, obj: &CodeValue, name: &str)
Expand description

obj.field field access, exactly like .code source’s own semantics: writes Null into out on a non-Object or missing field rather than erroring — see code_field’s doc comment in code_abi.h.