Home
last modified time | relevance | path

Searched refs:IsJSIntlBoundFunction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h121 inline bool JSObject::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function
123 return GetJSHClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
Djs_function.h395 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
Djs_tagged_value-inl.h1026 inline bool JSTaggedValue::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function
1028 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
Djs_tagged_value.h559 bool IsJSIntlBoundFunction() const;
Djs_object.h542 bool IsJSIntlBoundFunction() const;
Djs_hclass.h688 inline bool IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function