/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_date_time_format.cpp | 69 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()
|
D | builtins_number_format.cpp | 71 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()
|
D | builtins_collator.cpp | 128 …ASSERT_PRINT(collator->IsJSObject() && collator->IsJSCollator(), "collator is not object or JSColl… in AnonymousCollator()
|
D | builtins_relative_time_format.cpp | 55 if (newTarget->IsUndefined() && thisValue->IsJSObject() && isInstanceOf) { in RelativeTimeFormatConstructor()
|
D | builtins_function.cpp | 276 if (thisValue->IsJSObject() && thisValue->IsCallable()) { in FunctionPrototypeToString()
|
D | builtins_locale.cpp | 48 if (!tag->IsString() && !tag->IsJSObject()) { in LocaleConstructor()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_for_in_iterator.cpp | 36 if (!object->IsJSObject()) { in CheckObjProto() 45 if (!proto.IsJSObject()) { in CheckObjProto() 129 if (object->IsJSObject() && !hasDelete) { in NextInternal()
|
D | message_string.h | 55 V(IsJSObject) \
|
D | js_tagged_value-inl.h | 576 inline bool JSTaggedValue::IsJSObject() const in IsJSObject() function 578 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSObject(); in IsJSObject()
|
D | js_tagged_value.h | 533 bool IsJSObject() const;
|
D | js_relative_time_format.cpp | 239 ASSERT_PRINT(rtf->IsJSObject(), "rtf is not a JSObject"); in UnwrapRelativeTimeFormat()
|
D | js_object.cpp | 1218 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()
|
D | object_operator.cpp | 327 if (!obj.GetTaggedValue().IsJSObject()) { in LookupPropertyInlinedProps()
|
D | js_hclass.cpp | 384 if (proto->IsJSObject()) { in SetPrototype()
|
D | js_hclass.h | 489 inline bool IsJSObject() const in IsJSObject() function
|
D | js_number_format.cpp | 873 ASSERT(nf->IsJSObject()); in UnwrapNumberFormat()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
D | ic_runtime.cpp | 150 if (!receiver->IsJSObject() || receiver->HasOrdinaryGet()) { in LoadMiss() 198 if (!receiver->IsJSObject() || receiver->HasOrdinaryGet()) { in StoreMiss()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler.cpp | 145 if (!prototype.IsJSObject()) { in ProfileDefineClass() 181 if (!newObjValue.IsJSObject()) { in ProfileCreateObject()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_manager.cpp | 142 if (!nativeExports->IsJSObject()) { in GetNativeModuleValue() 158 if (!cjsExports->IsJSObject()) { in GetCJSModuleValue()
|
/arkcompiler/ets_runtime/ecmascript/intl/ |
D | locale_helper.cpp | 128 if (!kValue->IsString() && !kValue->IsJSObject()) { in CanonicalizeHelper()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder-inl.h | 1073 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()
|
D | stub_builder.h | 319 GateRef IsJSObject(GateRef obj);
|
D | interpreter_stub.cpp | 1840 Branch(IsJSObject(receiver), &isJSObject, &slowPath); in DECLARE_ASM_HANDLER() 1878 Branch(IsJSObject(receiver), &isJSObject, &slowPath); in DECLARE_ASM_HANDLER() 1918 Branch(IsJSObject(receiver), &isJSObject, ¬JSObject); in DECLARE_ASM_HANDLER() 1960 Branch(IsJSObject(receiver), &isJSObject, ¬JSObject); in DECLARE_ASM_HANDLER()
|
D | circuit_builder.h | 587 inline GateRef IsJSObject(GateRef obj);
|
D | circuit_builder-inl.h | 822 GateRef CircuitBuilder::IsJSObject(GateRef obj) in IsJSObject() function
|