Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h567 bool CheckIsJSFunctionBase() const;
Dframes.cpp50 if (function.CheckIsJSFunctionBase() || function.CheckIsJSProxy()) { in CheckAndGetMethod()
Djs_tagged_value-inl.h1010 inline bool JSTaggedValue::CheckIsJSFunctionBase() const in CheckIsJSFunctionBase() function