Home
last modified time | relevance | path

Searched refs:IsJsBoundFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h118 return GetJSHClass()->IsJsBoundFunction(); in IsBoundFunction()
Djs_hclass.h683 inline bool IsJsBoundFunction() const in IsJsBoundFunction() function
Djs_tagged_value-inl.h1023 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJsBoundFunction(); in IsBoundFunction()