Home
last modified time | relevance | path

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

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

Completed in 24 milliseconds