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.cc258 std::unordered_set<String16> allowedProperties; in getInternalPropertiesCallback() local
262 allowedProperties.insert(String16("[[PrimitiveValue]]")); in getInternalPropertiesCallback()
264 allowedProperties.insert(String16("[[PromiseStatus]]")); in getInternalPropertiesCallback()
265 allowedProperties.insert(String16("[[PromiseValue]]")); in getInternalPropertiesCallback()
267 allowedProperties.insert(String16("[[GeneratorStatus]]")); in getInternalPropertiesCallback()
271 allowedProperties.insert(String16("[[Entries]]")); in getInternalPropertiesCallback()
273 if (!allowedProperties.size()) return; in getInternalPropertiesCallback()
304 allowedProperties.find(keyString) == allowedProperties.end()) in getInternalPropertiesCallback()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java123 public Set<String> allowedProperties() { in allowedProperties() method in CssSchema