Home
last modified time | relevance | path

Searched defs:isStdLib (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp646 void AddOverloadFlag(ArenaAllocator *allocator, bool isStdLib, varbinder::Variable *importedVar, in AddOverloadFlag()
687 bool const isStdLib = util::Helpers::IsStdLib(Program()); in ImportAllForeignBindings() local
1549 bool isStdLib = util::Helpers::IsStdLib(Program()); in ImportGlobalPropertiesForNotDefaultedExports() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1721 const isStdLib = STANDARD_LIBRARIES.includes(path.basename(fileName).toLowerCase()); constant