Home
last modified time | relevance | path

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

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