Function js::jsapi::JS_SetLocaleCallbacks
[−]
[src]
pub unsafe extern "C" fn JS_SetLocaleCallbacks(
rt: *mut JSRuntime,
callbacks: *const JSLocaleCallbacks
)
Establish locale callbacks. The pointer must persist as long as the JSRuntime. Passing nullptr restores the default behaviour.