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

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