Searched defs:cooked (Results 1 – 7 of 7) sorted by relevance
32 explicit TemplateElement(util::StringView const raw, util::StringView const cooked) in TemplateElement()
35 TemplateElementBuilder &SetCooked(util::StringView cooked) in SetCooked()
37 explicit TemplateElement(util::StringView raw, util::StringView cooked) in TemplateElement()
484 util::StringView cooked = lexer_->GetToken().String(); in ParseTsTemplateLiteralType() local3528 util::StringView cooked = lexer_->GetToken().String(); in ParseEnumComputedPropertyKey() local
866 util::StringView cooked = lexer_->GetToken().String(); in ParseTemplateLiteral() local
789 const util::StringView cooked = lexer_->GetToken().String(); in ParseTemplateLiteral() local
164 … JSHandle<JSObject> cooked = JSTaggedValue::ToObject(thread, BuiltinsString::GetCallArg(argv, 0)); in Raw() local