Searched refs:IsJSObject (Results 1 – 23 of 23) sorted by relevance
65 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in DateTimeFormatConstructor()107 if (!thisValue->IsJSObject()) { in Format()148 …ASSERT_PRINT(dtf->IsJSObject() && dtf->IsJSDateTimeFormat(), "dtf is not object or JSDateTimeForma… in AnonymousDateTimeFormat()216 if (!thisValue->IsJSObject()) { in ResolvedOptions()242 if (!thisValue->IsJSObject()) { in FormatRange()287 if (!thisValue->IsJSObject()) { in FormatRangeToParts()
68 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in NumberFormatConstructor()109 if (!thisValue->IsJSObject()) { in Format()164 if (!thisValue->IsJSObject()) { in ResolvedOptions()195 ASSERT(nf->IsJSObject() && nf->IsJSNumberFormat()); in NumberFormatInternalFormatNumber()
122 …ASSERT_PRINT(collator->IsJSObject() && collator->IsJSCollator(), "collator is not object or JSColl… in AnonymousCollator()
52 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in RelativeTimeFormatConstructor()
46 if (!tag->IsString() && !tag->IsJSObject()) { in LocaleConstructor()
36 if (!object->IsJSObject()) { in CheckObjProto()45 if (!proto.IsJSObject()) { in CheckObjProto()219 if (object->IsJSObject() && notModiObjProto) { in NextInternal()230 if (object->IsJSObject() && notModiObjProto) { in NextInternal()
493 inline bool JSTaggedValue::IsJSObject() const in IsJSObject() function495 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSObject(); in IsJSObject()
248 bool IsJSObject() const;
223 ASSERT_PRINT(rtf->IsJSObject(), "rtf is not a JSObject"); in UnwrapRelativeTimeFormat()
342 inline bool IsJSObject() const in IsJSObject() function
863 ASSERT(nf->IsJSObject()); in UnwrapNumberFormat()
254 if (!kValue->IsString() && !kValue->IsJSObject()) { in CanonicalizeHelper()
740 ASSERT_PRINT(dateTimeFormat->IsJSObject(), "dateTimeFormat is not object"); in UnwrapDateTimeFormat()
1282 if (tagObj->IsJSObject() && !tagObj->IsTypedArray()) { in EnumerableOwnNames()
138 if (receiver->IsTypedArray() || !receiver->IsJSObject()) { in LoadMiss()177 if (receiver->IsTypedArray() || !receiver->IsJSObject()) { in StoreMiss()
196 ASSERT(handler->IsJSObject()); in ConstructProxy()
1155 if (receiver.IsJSObject() && !receiver.IsTypedArray() && (key.IsStringOrSymbol())) { in FastSetProperty()1179 if (receiver.IsJSObject() && !receiver.IsTypedArray() && (key.IsStringOrSymbol())) { in FastGetProperty()
2476 … if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal()3226 … if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in RunInternal()
2307 if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStOwnByNamePrefId32V8()3145 if (receiver.IsJSObject() && !receiver.IsClassConstructor() && !receiver.IsClassPrototype()) { in HandleStOwnByNameWithNameSetPrefId32V8()
687 ASSERT(objVal.IsJSObject()); in CreateObjectWithExcludedKeys()
641 inline GateRef IsJSObject(GateRef obj);
3314 Branch(IsJSObject(receiver), &isJSObject, &slowPath); in DECLARE_ASM_HANDLER()3364 Branch(IsJSObject(receiver), &isJSObject, ¬JSObject); in DECLARE_ASM_HANDLER()
1202 GateRef Stub::IsJSObject(GateRef obj) in IsJSObject() function