Function js::jsapi::JS_GetIteratorPrototype [] [src]

pub unsafe extern "C" fn JS_GetIteratorPrototype(
    cx: *mut JSContext
) -> *mut JSObject

Returns the %IteratorPrototype% object that all built-in iterator prototype chains go through for the global object of the current compartment of cx.