Function js::jsapi::ForceLexicalInitialization [] [src]

pub unsafe extern "C" fn ForceLexicalInitialization(
    cx: *mut JSContext,
    obj: HandleObject
) -> bool

Set all of the uninitialized lexicals on an object to undefined. Return true if any lexicals were initialized and false otherwise.