Home
last modified time | relevance | path

Searched refs:gSet (Results 1 - 7 of 7) sorted by relevance

/third_party/typescript/lib/
H A DtypingsInstaller.js126 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
128 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]
H A Dtsc.js89 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
90 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]
H A Dtsserverlibrary.js145 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
147 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]
H A Dtypescript.js136 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
138 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]
H A DtypescriptServices.js136 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
138 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]
H A Dtsserver.js146 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
148 var constructor = typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js327 var gSet = globals === null || globals === void 0 ? void 0 : globals.Set;
329 return typeof gSet !== "undefined" && "entries" in gSet.prototype && new gSet([0]).size === 1 ? gSet : undefined;
[all...]

Completed in 177 milliseconds