Home
last modified time | relevance | path

Searched refs:IsJSIntl (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_intl.h26 ASSERT(JSTaggedValue(object).IsJSIntl()); in Cast()
Djs_tagged_value-inl.h681 inline bool JSTaggedValue::IsJSIntl() const in IsJSIntl() function
683 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntl(); in IsJSIntl()
Djs_tagged_value.h573 bool IsJSIntl() const;
Djs_hclass.h946 inline bool IsJSIntl() const in IsJSIntl() function
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp232 jsInt1->IsJSIntl(); in IsJSIntlFuzztest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h462 bool IsJSIntl();
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp669 bool JSValueRef::IsJSIntl() in IsJSIntl() function in panda::JSValueRef
671 return JSNApiHelper::ToJSTaggedValue(this).IsJSIntl(); in IsJSIntl()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp1508 JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSIntl(); in HWTEST_F_L0()
1511 TEST_TIME(JSValueRef::IsJSIntl); in HWTEST_F_L0()
1512 …GTEST_LOG_(INFO) << std::boolalpha << JSNApiHelper::ToLocal<JSValueRef>(jsTaggedValue)->IsJSIntl(); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp437 if (tagged->IsJSIntl()) { in DescriptionForObject()