Function ComputeThis

Source
pub unsafe fn ComputeThis(
    cx: *mut JSContext,
    vp: *mut Value,
    thisObject: MutableHandleObject<'_>,
) -> bool