HomeSort by relevance Sort by last modified time
    Searched refs:isBrokenSafari (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
ShadowDOM.js 173 var isBrokenSafari = function() {
195 if (descriptor.writable || descriptor.set || isBrokenSafari) {
198 var configurable = isBrokenSafari || descriptor.configurable;
    [all...]
webcomponents.js 215 var isBrokenSafari = function() {
237 if (descriptor.writable || descriptor.set || isBrokenSafari) {
240 var configurable = isBrokenSafari || descriptor.configurable;
    [all...]

Completed in 171 milliseconds