Home
last modified time | relevance | path

Searched refs:VBArray (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/lib/
Dscripthost.d.ts256 interface VBArray<T = any> {
288 new <T = any>(safeArray: SafeArray<T>): VBArray<T>;
291 declare var VBArray: VBArrayConstructor; property in SafeArray
/third_party/typescript/lib/
Dlib.scripthost.d.ts276 interface VBArray<T = any> {
308 new <T = any>(safeArray: SafeArray<T>): VBArray<T>;
311 declare var VBArray: VBArrayConstructor; property in SafeArray
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Dscripthost.ts56 VBArray: {
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …on" | "onunload" | "importScripts" | "ActiveXObject" | "WScript" | "WSH" | "Enumerator" | "VBArray"
/third_party/typescript/tests/lib/
Dlib.d.ts17257 interface VBArray<T> { interface
17289 new <T>(safeArray: any): VBArray<T>;
17290 new (safeArray: any): VBArray<any>;
17293 declare var VBArray: VBArrayConstructor; variable