Lines Matching defs:literal
281 auto *const literal = expr->Expr();
283 checker->LogTypeError("Class literal is not yet supported.", literal->Start());
287 auto *exprType = literal->Check(checker);
290 checker->LogTypeError("Invalid .class reference", literal->Start());
428 checker->LogTypeError("Required type can be instantiated only with object literal",
684 checker->LogTypeError({"Expected type for array literal should be an array type, got ", expr->preferredType_},
699 // NOTE(aakmaev): Need to rework type inference of array literal (#19096 internal issue)
1279 // If possible and required update number literal type to the proper value (identical to left-side type)
1465 // Object literal of interface tpye
1531 checker->LogTypeError({"key in class composite should be either identifier or string literal"},
1663 // Get string literal type as potential typeof result type with respect to spec p.7.17