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.