Type Alias JSPropertyNameAccumulatorRef

Source
pub type JSPropertyNameAccumulatorRef = *mut OpaqueJSPropertyNameAccumulator;
Expand description

An ordered set used to collect the names of a JavaScript object’s properties.

Values of this type are passed to the getPropertyNames callback. Names are added to the accumulator using JSPropertyNameAccumulatorAddName.