Searched defs:ConstDecl (Results 1 – 4 of 4) sorted by relevance
290 explicit ConstDecl(util::StringView name) : Decl(name) {} in ConstDecl() function291 explicit ConstDecl(util::StringView name, ir::AstNode *declNode) : Decl(name, declNode) {} in ConstDecl() function
292 explicit ConstDecl(util::StringView name) : Decl(name) {} in ConstDecl() function
61 export class ConstDecl extends Decl { class
2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument