Home
last modified time | relevance | path

Searched refs:proxyRef (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Druntime_impl.cpp920 Local<ProxyRef> proxyRef = value->ToObject(vm_); in GetProxyValue() local
921 if (proxyRef.IsEmpty()) { in GetProxyValue()
924 Local<JSValueRef> target = proxyRef->GetTarget(vm_); in GetProxyValue()
926 Local<JSValueRef> handler = proxyRef->GetHandler(vm_); in GetProxyValue()
928 Local<JSValueRef> isRevoked = BooleanRef::New(vm_, proxyRef->IsRevoked()); in GetProxyValue()

Completed in 3 milliseconds