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()
1147 while (value->IsProxy()) value = value.As<v8::Proxy>()->GetTarget(); in buildObjectPreviewInternal()1149 if (value->IsObject() && !value->IsProxy()) { in buildObjectPreviewInternal()1545 if (!shouldSkipProto && ownProperties && !object->IsProxy() && in getProperties()1841 if (value->IsProxy()) { in create()
114 if (value->IsProxy()) { in append()
2872 bool IsProxy() const;
3462 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } in IsProxy() function in v8::Value3787 Utils::ApiCheck(that->IsProxy(), "v8::Proxy::Cast", "Value is not a Proxy"); in CheckCast()