Function script::dom::bindings::import::module::jsapi::JS_ForOfIteratorInit

source ยท
pub unsafe extern "C" fn JS_ForOfIteratorInit(
    iterator: *mut ForOfIterator,
    iterable: Handle<Value>,
    nonIterableBehavior: ForOfIterator_NonIterableBehavior,
) -> bool