Searched refs:IsProxy (Results 1 – 4 of 4) 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()
2777 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy() function in v8::Value3155 Utils::ApiCheck(that->IsProxy(), "v8::Proxy::Cast()", in CheckCast()
1962 bool IsProxy() const;
24447 CHECK(proxy->IsProxy()); in TEST()24448 CHECK(!target->IsProxy()); in TEST()24454 CHECK(proxy->IsProxy()); in TEST()24455 CHECK(!target->IsProxy()); in TEST()