pub unsafe extern "C" fn JS_CharsToId(
cx: *mut JSContext,
chars: TwoByteChars,
arg1: MutableHandle<PropertyKey>,
) -> boolExpand description
Convert chars into a jsid.
|chars| may not be an index.
pub unsafe extern "C" fn JS_CharsToId(
cx: *mut JSContext,
chars: TwoByteChars,
arg1: MutableHandle<PropertyKey>,
) -> boolConvert chars into a jsid.
|chars| may not be an index.