logo
pub fn create_iter_result_object(
    value: JsValue,
    done: bool,
    context: &mut Context
) -> JsValue
Expand description

CreateIterResultObject( value, done )

Generates an object supporting the IteratorResult interface.