Home | History | Annotate | Download | only in parsing

Lines Matching defs:cooked

574     const ZoneList<Expression*>* cooked() const { return &cooked_; }
579 void AddTemplateSpan(Literal* cooked, Literal* raw, int end, Zone* zone) {
580 DCHECK_NOT_NULL(cooked);
582 cooked_.Add(cooked, zone);
601 // "should_cook" means that the span can be "cooked": in tagged template
602 // literals, both the raw and "cooked" representations are available to user
603 // code ("cooked" meaning that escape sequences are converted to their
605 // escape sequences cause the cooked span to be represented by undefined,