Function mozjs_sys::jsapi::JS::AssertObjectBelongsToCurrentThread
source · pub unsafe extern "C" fn AssertObjectBelongsToCurrentThread(
obj: *mut JSObject,
)
Expand description
Asserts (in debug and release builds) that obj
belongs to the current
thread’s context.