Function script::dom::bindings::import::module::jsapi::ForceLexicalInitialization

source ยท
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.