Searched refs:IsProxy (Results 1 – 5 of 5) sorted by relevance
95 IsProxy(location.classID, proxyClassId)) { in getFirstProxyFrameId()102 private boolean IsProxy(long typeId, long proxyClassId) { in IsProxy() method in JDWPProxyTestCase108 return IsProxy(debuggeeWrapper.vmMirror.getSuperclassId(typeId), in IsProxy()
163 if (value->IsProxy()) { in subtypeCallback()276 if (info.Length() != 1 || !info[0]->IsProxy()) { in proxyTargetValueCallback()281 while (target->IsProxy()) in proxyTargetValueCallback()
109 if (value->IsProxy()) { in append()
2189 bool IsProxy() const;
3456 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy() function in v8::Value3809 Utils::ApiCheck(that->IsProxy(), "v8::Proxy::Cast", in CheckCast()