• Home
  • Raw
  • Download

Lines Matching refs:ObjectExpression

84 ValidationInfo ObjectExpression::ValidateExpression()  in ValidateExpression()
126 bool ObjectExpression::ConvertibleToObjectPattern() in ConvertibleToObjectPattern()
179 void ObjectExpression::SetDeclaration() in SetDeclaration()
184 void ObjectExpression::SetOptional(bool optional) in SetOptional()
189 void ObjectExpression::SetTsTypeAnnotation(Expression *typeAnnotation) in SetTsTypeAnnotation()
194 void ObjectExpression::Iterate(const NodeTraverser &cb) const in Iterate()
205 void ObjectExpression::Dump(ir::AstDumper *dumper) const in Dump()
213 void ObjectExpression::FillInLiteralBuffer(compiler::LiteralBuffer *buf, in FillInLiteralBuffer()
228 void ObjectExpression::EmitCreateObjectWithBuffer(compiler::PandaGen *pg, compiler::LiteralBuffer *… in EmitCreateObjectWithBuffer()
273 void ObjectExpression::CompileStaticProperties(compiler::PandaGen *pg, util::BitSet *compiled) const in CompileStaticProperties()
341 void ObjectExpression::CompilePropertyOfGetterOrSetter(compiler::PandaGen *pg, const ir::Property *… in CompilePropertyOfGetterOrSetter()
367 void ObjectExpression::CompilePropertyWithInit(compiler::PandaGen *pg, const ir::Property *prop, in CompilePropertyWithInit()
404 void ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compi… in CompileRemainingProperties()
452 void ObjectExpression::Compile(compiler::PandaGen *pg) const in Compile()
470 checker::Type *ObjectExpression::CheckPattern(checker::Checker *checker) const in CheckPattern()
656 checker::Type *ObjectExpression::Check(checker::Checker *checker) const in Check()
773 void ObjectExpression::UpdateSelf(const NodeUpdater &cb, [[maybe_unused]] binder::Binder *binder) in UpdateSelf()