Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp28 BoundContext::BoundContext(RecordTable *recordTable, ir::ClassDefinition *classDef, bool force) in BoundContext() function in ark::es2panda::varbinder::BoundContext
46 BoundContext::BoundContext(RecordTable *recordTable, ir::TSInterfaceDeclaration *interfaceDecl, boo… in BoundContext() function in ark::es2panda::varbinder::BoundContext
64 BoundContext::BoundContext(RecordTable *recordTable, ir::AnnotationDeclaration *annotationDecl, boo… in BoundContext() function in ark::es2panda::varbinder::BoundContext
DrecordTable.h41 class BoundContext; variable