Home
last modified time | relevance | path

Searched refs:ACCESS_GET (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/bindings/v8/custom/
DV8DOMWindowCustom.cpp820 if ((type == v8::ACCESS_GET || type == v8::ACCESS_HAS) && target->tree()->child(name)) in namedSecurityCheck()
843 if ((type == v8::ACCESS_GET || type == v8::ACCESS_HAS) && target->tree()->child(index)) in indexedSecurityCheck()
/external/v8/include/
Dv8.h1620 ACCESS_GET, enumerator
/external/v8/src/
Dobjects.cc273 Top::ReportFailedAccessCheck(this, v8::ACCESS_GET); in GetPropertyWithFailedAccessCheck()
466 if (!Top::MayNamedAccess(checked, name, v8::ACCESS_GET)) { in GetProperty()
5920 !Top::MayIndexedAccess(this, index, v8::ACCESS_GET)) { in GetElementWithReceiver()
5921 Top::ReportFailedAccessCheck(this, v8::ACCESS_GET); in GetElementWithReceiver()
/external/v8/test/cctest/
Dtest-api.cc3925 if (type == v8::ACCESS_GET) in NamedSecurityTestCallback()
3938 if (type == v8::ACCESS_GET) in IndexedSecurityTestCallback()