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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPProxyTestCase.java95 IsProxy(location.classID, proxyClassId)) {
102 private boolean IsProxy(long typeId, long proxyClassId) { method in class:JDWPProxyTestCase
108 return IsProxy(debuggeeWrapper.vmMirror.getSuperclassId(typeId),
/external/v8/include/
H A Dv8.h1952 bool IsProxy() const;
/external/v8/src/
H A Dapi.cc2982 bool Value::IsProxy() const { return Utils::OpenHandle(this)->IsJSProxy(); } function in class:v8::Value
3327 Utils::ApiCheck(that->IsProxy(), "v8::Proxy::Cast",
/external/v8/test/cctest/
H A Dtest-api.cc25243 CHECK(proxy->IsProxy());
25244 CHECK(!target->IsProxy());
25250 CHECK(proxy->IsProxy());
25251 CHECK(!target->IsProxy());

Completed in 186 milliseconds