Home
last modified time | relevance | path

Searched refs:IsJSObject (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp69 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in DateTimeFormatConstructor()
113 if (!thisValue->IsJSObject()) { in Format()
155 …ASSERT_PRINT(dtf->IsJSObject() && dtf->IsJSDateTimeFormat(), "dtf is not object or JSDateTimeForma… in AnonymousDateTimeFormat()
225 if (!thisValue->IsJSObject()) { in ResolvedOptions()
257 if (!thisValue->IsJSObject()) { in FormatRange()
303 if (!thisValue->IsJSObject()) { in FormatRangeToParts()
Dbuiltins_number_format.cpp71 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in NumberFormatConstructor()
114 if (!thisValue->IsJSObject()) { in Format()
170 if (!thisValue->IsJSObject()) { in ResolvedOptions()
205 ASSERT(nf->IsJSObject() && nf->IsJSNumberFormat()); in NumberFormatInternalFormatNumber()
Dbuiltins_collator.cpp128 …ASSERT_PRINT(collator->IsJSObject() && collator->IsJSCollator(), "collator is not object or JSColl… in AnonymousCollator()
Dbuiltins_relative_time_format.cpp55 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in RelativeTimeFormatConstructor()
Dbuiltins_function.cpp276 if (thisValue->IsJSObject() && thisValue->IsCallable()) { in FunctionPrototypeToString()
Dbuiltins_locale.cpp48 if (!tag->IsString() && !tag->IsJSObject()) { in LocaleConstructor()
/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp36 if (!object->IsJSObject()) { in CheckObjProto()
45 if (!proto.IsJSObject()) { in CheckObjProto()
129 if (object->IsJSObject() && !hasDelete) { in NextInternal()
Dmessage_string.h55 V(IsJSObject) \
Djs_tagged_value-inl.h576 inline bool JSTaggedValue::IsJSObject() const in IsJSObject() function
578 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSObject(); in IsJSObject()
Djs_tagged_value.h533 bool IsJSObject() const;
Djs_relative_time_format.cpp239 ASSERT_PRINT(rtf->IsJSObject(), "rtf is not a JSObject"); in UnwrapRelativeTimeFormat()
Djs_object.cpp1218 if (!prototype.IsJSObject()) { in GetCtorFromPrototype()
1557 if (tagObj->IsJSObject() && !tagObj->IsTypedArray() && !tagObj->IsModuleNamespace()) { in EnumerableOwnNames()
1646 …if (tagObj->IsJSObject() && !tagObj->IsJSProxy() && !tagObj->IsTypedArray() && !tagObj->IsModuleNa… in EnumerableOwnPropertyNames()
Dobject_operator.cpp327 if (!obj.GetTaggedValue().IsJSObject()) { in LookupPropertyInlinedProps()
Djs_hclass.cpp384 if (proto->IsJSObject()) { in SetPrototype()
Djs_hclass.h489 inline bool IsJSObject() const in IsJSObject() function
Djs_number_format.cpp873 ASSERT(nf->IsJSObject()); in UnwrapNumberFormat()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp150 if (!receiver->IsJSObject() || receiver->HasOrdinaryGet()) { in LoadMiss()
198 if (!receiver->IsJSObject() || receiver->HasOrdinaryGet()) { in StoreMiss()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp145 if (!prototype.IsJSObject()) { in ProfileDefineClass()
181 if (!newObjValue.IsJSObject()) { in ProfileCreateObject()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp142 if (!nativeExports->IsJSObject()) { in GetNativeModuleValue()
158 if (!cjsExports->IsJSObject()) { in GetCJSModuleValue()
/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.cpp128 if (!kValue->IsString() && !kValue->IsJSObject()) { in CanonicalizeHelper()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1073 inline GateRef StubBuilder::IsJSObject(GateRef obj) in IsJSObject() function
1075 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsJSObject), TaggedIsHeapObject(obj)); in IsJSObject()
1076 GateRef res = env_->GetBuilder()->IsJSObject(obj); in IsJSObject()
1116 ASM_ASSERT(GET_MESSAGE_STRING_ID(IsJSObject), TaggedIsHeapObject(obj)); in IsString()
Dstub_builder.h319 GateRef IsJSObject(GateRef obj);
Dinterpreter_stub.cpp1840 Branch(IsJSObject(receiver), &isJSObject, &slowPath); in DECLARE_ASM_HANDLER()
1878 Branch(IsJSObject(receiver), &isJSObject, &slowPath); in DECLARE_ASM_HANDLER()
1918 Branch(IsJSObject(receiver), &isJSObject, &notJSObject); in DECLARE_ASM_HANDLER()
1960 Branch(IsJSObject(receiver), &isJSObject, &notJSObject); in DECLARE_ASM_HANDLER()
Dcircuit_builder.h587 inline GateRef IsJSObject(GateRef obj);
Dcircuit_builder-inl.h822 GateRef CircuitBuilder::IsJSObject(GateRef obj) in IsJSObject() function

12