Home
last modified time | relevance | path

Searched defs:cooked (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtemplateElementBuilder.h35 TemplateElementBuilder &SetCooked(util::StringView cooked) in SetCooked()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtemplateElement.h32 explicit TemplateElement(util::StringView const raw, util::StringView const cooked) in TemplateElement()
/arkcompiler/ets_frontend/es2panda/ir/base/
DtemplateElement.h37 explicit TemplateElement(util::StringView raw, util::StringView cooked) in TemplateElement()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp487 util::StringView cooked = lexer_->GetToken().String(); in ParseTsTemplateLiteralType() local
3574 util::StringView cooked = lexer_->GetToken().String(); in ParseEnumComputedPropertyKey() local
DexpressionParser.cpp866 util::StringView cooked = lexer_->GetToken().String(); in ParseTemplateLiteral() local
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp747 const util::StringView cooked = lexer_->GetToken().String(); in ParseTemplateLiteral() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp165 … JSHandle<JSObject> cooked = JSTaggedValue::ToObject(thread, BuiltinsString::GetCallArg(argv, 0)); in Raw() local