Searched refs:classDeclProgram (Results 1 – 2 of 2) sorted by relevance
262 …n *ETSChecker::CreateClassPrototype(util::StringView name, parser::Program *const classDeclProgram) in CreateClassPrototype() argument265 …varbinder::LexicalScope<varbinder::GlobalScope>::Enter(VarBinder(), classDeclProgram->GlobalScope(… in CreateClassPrototype()282 classDecl->SetParent(classDeclProgram->Ast()); in CreateClassPrototype()287 classDeclProgram->Ast()->Statements().push_back(classDecl); in CreateClassPrototype()288 classDeclProgram->GlobalScope()->InsertBinding(name, var); in CreateClassPrototype()
630 …r::ClassDefinition *CreateClassPrototype(util::StringView name, parser::Program *classDeclProgram);