Home
last modified time | relevance | path

Searched refs:__proto__ (Results 76 – 78 of 78) sorted by last modified time

1234

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js24 document.createElement('div').__proto__ &&
25 document.createElement('div').__proto__ !==
26 document.createElement('form').__proto__
2533 document.createElement('div').__proto__) {
2535 window.HTMLElement.prototype = document.createElement('div').__proto__;
2646 window[klass].prototype = document.createElement(tagName).__proto__;
3837 Event.prototype = Event.prototype || document.createEvent("HTMLEvents").__proto__;
/plugin/aceeditor/
H A Dbuild.js1__proto__||(t.constructor?t.constructor.prototype:o)});if(!Object.getOwnPropertyDescriptor){var y=…
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4427 Event.prototype = window.Event.prototype || document.createEvent('HTMLEvents').__proto__;

1234