Home
last modified time | relevance | path

Searched refs:__proto__ (Results 76 – 78 of 78) sorted by path

1234

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js643 if (regex.__proto__) {
644 regex.__proto__ = XRegExp.prototype;
4661 …t.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass; }
4682 …var _this = _possibleConstructorReturn(this, (Brush.__proto__ || Object.getPrototypeOf(Brush)).cal…
H A Dsyntaxhighlighter.js.map1__proto__","sort","join","clipDuplicates","copyRegex","options","isRegExp","TypeError","xData","ge…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38777 arr.__proto__ = {
38778 __proto__: Uint8Array.prototype,
38811 buf.__proto__ = Buffer.prototype;
38903 Buffer.__proto__ = Uint8Array;
39014 buf.__proto__ = Buffer.prototype;
39872 newBuf.__proto__ = Buffer.prototype;
42084 else O.__proto__ = proto;
71311 subClass.__proto__ = superClass;
75603 __proto__: null,
75609 __proto__: null,
[all …]

1234