Searched defs:isDeclaration (Results 1 – 6 of 6) sorted by relevance
718 const isDeclaration: boolean = false; constant740 const isDeclaration: boolean = true; constant767 const isDeclaration: boolean = false; constant802 const isDeclaration: boolean = false; constant822 const isDeclaration: boolean = false; constant
47 get isDeclaration(): boolean { method in ObjectExpression
72 get isDeclaration(): boolean { method in ArrayExpression
699 const isDeclaration = (/\.d\.e?ts$/).test(moduleInfo.buildFilePath); constant715 const isDeclaration = (/\.d\.e?ts$/).test(moduleInfo.buildFilePath); constant735 const isDeclaration = (/\.d\.e?ts$/).test(moduleInfo.buildFilePath); constant
723 const isDeclaration = (/\.d\.e?ts$/).test(moduleInfo.buildFilePath); constant739 const isDeclaration = (/\.d\.e?ts$/).test(moduleInfo.buildFilePath); constant759 const isDeclaration = (/\.d\.e?ts$/).test(moduleInfo.buildFilePath); constant
7888 …nvertibleToRest(KNativePointer context, KNativePointer receiver, KBoolean isDeclaration, KBoolean … in impl_SpreadElementConvertibleToRest()