Lines Matching full:not
4 * you may not use this file except in compliance with the License.
40 … THROW_TYPE_ERROR_AND_RETURN(thread, "cleanupCallback not Callable", JSTaggedValue::Exception()); in FinalizationRegistryConstructor()
75 …THROW_TYPE_ERROR_AND_RETURN(thread, "thisValue is not object or does not have an internalSlot inte… in Register()
78 // 3. If Type(target) is not Object, throw a TypeError exception. in Register()
80 THROW_TYPE_ERROR_AND_RETURN(thread, "target is not object", JSTaggedValue::Exception()); in Register()
84 …THROW_TYPE_ERROR_AND_RETURN(thread, "target and heldValue should not be equal", JSTaggedValue::Exc… in Register()
86 // 5. If Type(unregisterToken) is not Object, then in Register()
87 // a. If unregisterToken is not undefined, throw a TypeError exception. in Register()
112 …THROW_TYPE_ERROR_AND_RETURN(thread, "thisValue is not object or does not have an internalSlot inte… in Unregister()
115 // 3. If Type(unregisterToken) is not Object, throw a TypeError exception. in Unregister()
122 …// a. If cell.[[UnregisterToken]] is not empty and SameValue(cell.[[UnregisterToken]], unregis… in Unregister()