Home
last modified time | relevance | path

Searched defs:ConstDecl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h290 explicit ConstDecl(util::StringView name) : Decl(name) {} in ConstDecl() function
291 explicit ConstDecl(util::StringView name, ir::AstNode *declNode) : Decl(name, declNode) {} in ConstDecl() function
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h292 explicit ConstDecl(util::StringView name) : Decl(name) {} in ConstDecl() function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts61 export class ConstDecl extends Decl { class
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument