Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_proxy.h82 JSHandle<JSTaggedValue> GetSourceTarget(JSThread *thread) const;
Djs_proxy.cpp1060 JSHandle<JSTaggedValue> JSProxy::GetSourceTarget(JSThread *thread) const in GetSourceTarget() function in panda::ecmascript::JSProxy
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2231 finalVal = proxyVal->GetSourceTarget(thread); in RuntimeCreateObjectWithExcludedKeys()