webidl-unsafe-getters-names.js (589B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 // This file is automatically generated by the GenerateDataFromWebIdls.py 6 // script. Do not modify it manually. 7 "use strict"; 8 9 module.exports = [ 10 "InstallTrigger", 11 "fullScreen", 12 "mozInputSource", 13 "mozOrientation", 14 "mozPressure", 15 "onmouseenter", 16 "onmouseleave", 17 "onmozfullscreenchange", 18 "onmozfullscreenerror", 19 "onmozorientationchange", 20 "onreadystatechange", 21 ];