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

source ·
pub unsafe extern "C" fn JS_InitReflectParse(
    cx: *mut JSContext,
    global: Handle<*mut JSObject>,
) -> bool
Expand description

Add ‘Reflect.parse’, a SpiderMonkey extension, to the Reflect object on the given global.