Lines Matching defs:auto
37 auto *next = pg->AllocLabel();
38 auto *done = pg->AllocLabel();
43 auto lref = JSLReference::Create(pg, restElement, isDeclaration);
73 for (const auto *element : array->Elements()) {
95 auto lref = JSLReference::Create(pg, target, array->IsDeclaration());
99 auto *assignValue = pg->AllocLabel();
100 auto *defaultInit = pg->AllocLabel();
124 const auto &labelSet = tryCtx.LabelSet();
175 auto *getDefault = pg->AllocLabel();
176 auto *store = pg->AllocLabel();
191 const auto &properties = object->Properties();
196 for (const auto *element : properties) {
199 auto lref = JSLReference::Create(pg, element, object->IsDeclaration());
211 const auto [init, target] = GetAssignmentTarget(propExpr);
221 auto lref = JSLReference::Create(pg, target, object->IsDeclaration());
234 const auto &properties = object->Properties();
237 auto *notNullish = pg->AllocLabel();
250 for (const auto *element : properties) {
255 const auto [init, target] = GetAssignmentTarget(propExpr);
259 auto lref = JSLReference::Create(pg, target, object->IsDeclaration());