Lines Matching defs:lit
24 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit)
32 const ir::TemplateLiteral *templateLit = lit->Quasi();
55 pg->CreateEmptyArray(lit);
56 pg->StoreAccumulator(lit, templateArg);
59 pg->LoadAccumulatorInt(lit, elemIndex);
60 pg->StoreAccumulator(lit, indexReg);
62 pg->LoadAccumulator(lit, rawArr);
63 pg->StoreObjByValue(lit, templateArg, indexReg);
66 pg->LoadAccumulatorInt(lit, elemIndex);
67 pg->StoreAccumulator(lit, indexReg);
69 pg->LoadAccumulator(lit, cookedArr);
70 pg->StoreObjByValue(lit, templateArg, indexReg);
72 pg->GetTemplateObject(lit, templateArg);