Home
last modified time | relevance | path

Searched refs:allowedProperties (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-injected-script-host.cc183 std::unordered_set<String16> allowedProperties; in getInternalPropertiesCallback() local
186 allowedProperties.insert(String16("[[PrimitiveValue]]")); in getInternalPropertiesCallback()
188 allowedProperties.insert(String16("[[PromiseStatus]]")); in getInternalPropertiesCallback()
189 allowedProperties.insert(String16("[[PromiseValue]]")); in getInternalPropertiesCallback()
191 allowedProperties.insert(String16("[[GeneratorStatus]]")); in getInternalPropertiesCallback()
193 allowedProperties.insert(String16("[[IteratorHasMore]]")); in getInternalPropertiesCallback()
194 allowedProperties.insert(String16("[[IteratorIndex]]")); in getInternalPropertiesCallback()
195 allowedProperties.insert(String16("[[IteratorKind]]")); in getInternalPropertiesCallback()
196 allowedProperties.insert(String16("[[Entries]]")); in getInternalPropertiesCallback()
199 allowedProperties.insert(String16("[[Entries]]")); in getInternalPropertiesCallback()
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java123 public Set<String> allowedProperties() { in allowedProperties() method in CssSchema