Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h133 inline bool JSObject::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function
135 return GetJSHClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
Djs_function.h434 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
Djs_tagged_value-inl.h1061 inline bool JSTaggedValue::IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function
1063 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSIntlBoundFunction(); in IsJSIntlBoundFunction()
Djs_tagged_value.h507 bool IsJSIntlBoundFunction() const;
Djs_object.h605 bool IsJSIntlBoundFunction() const;
Djs_hclass.h775 inline bool IsJSIntlBoundFunction() const in IsJSIntlBoundFunction() function