Function mozjs_sys::jsapi::JS_InitReflectParse
source · pub unsafe extern "C" fn JS_InitReflectParse(
cx: *mut JSContext,
global: HandleObject,
) -> bool
Expand description
Add ‘Reflect.parse’, a SpiderMonkey extension, to the Reflect object on the given global.