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

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