Home
last modified time | relevance | path

Searched refs:CheckIsJSProxy (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h576 bool CheckIsJSProxy() const;
Dframes.cpp50 if (function.CheckIsJSFunctionBase() || function.CheckIsJSProxy()) { in CheckAndGetMethod()
Djs_tagged_value-inl.h560 inline bool JSTaggedValue::CheckIsJSProxy() const in CheckIsJSProxy() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2002 if (finalVal->CheckIsJSProxy()) { in RuntimeCreateObjectWithExcludedKeys()