Function JS_StringToId

Source
pub unsafe fn JS_StringToId(
    cx: *mut JSContext,
    s: HandleString<'_>,
    idp: MutableHandleId<'_>,
) -> bool