Home
last modified time | relevance | path

Searched defs:compiled (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
DclassDefinition.cpp229 void ClassDefinition::CompileMissingProperties(compiler::PandaGen *pg, const util::BitSet &compiled, in CompileMissingProperties()
315 util::BitSet compiled(body_.size()); in Compile() local
/arkcompiler/ets_frontend/ts2panda/src/base/
Dproperties.ts34 private compiled: boolean = false; property in Property
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.cpp240 …st Literal *CreateLiteral(compiler::PandaGen *pg, const ir::Property *prop, util::BitSet *compiled, in CreateLiteral()
341 … ObjectExpression::CompileRemainingProperties(compiler::PandaGen *pg, const util::BitSet *compiled, in CompileRemainingProperties()
434 util::BitSet compiled(properties_.size()); in Compile() local