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.
pub unsafe extern "C" fn JS_InitReflectParse(
cx: *mut JSContext,
global: HandleObject,
) -> bool
Add ‘Reflect.parse’, a SpiderMonkey extension, to the Reflect object on the given global.