Skip to main content

reflect_own_keys

Function reflect_own_keys 

Source
pub(crate) fn reflect_own_keys(
    i: &mut Interp,
    t: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

Reflect.ownKeys(target) → string[]