Type Definition js::jsapi::JSEnumerateOp [] [src]

type JSEnumerateOp = Option<unsafe extern "C" fn(cx: *mut JSContext, obj: HandleObject) -> bool>;

The old-style JSClass.enumerate op should define all lazy properties not yet reflected in obj.