Home
last modified time | relevance | path

Searched refs:templateLiteral (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtemplate_string.cpp22 JSHandle<JSTaggedValue> TemplateString::GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue> templateLiteral) in GetTemplateObject() argument
25 JSHandle<JSTaggedValue> rawStringsTag = JSObject::GetProperty(thread, templateLiteral, 0).GetValue(); in GetTemplateObject()
33 JSHandle<JSTaggedValue> cookedStringsTag = JSObject::GetProperty(thread, templateLiteral, 1).GetValue(); in GetTemplateObject()
H A Dtemplate_string.h24 static JSHandle<JSTaggedValue> GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue> templateLiteral);
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtemplate_string_test.cpp72 JSHandle<JSTaggedValue> templateLiteral(JSArray::CreateArrayFromList(thread, elements)); in HWTEST_F_L0()
74 JSHandle<JSTaggedValue> templateObject = TemplateString::GetTemplateObject(thread, templateLiteral); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dliterals.cpp21 #include <ir/expressions/templateLiteral.h>
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DtaggedTemplateExpression.cpp25 #include <ir/expressions/templateLiteral.h>
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dutil.cpp19 #include <ir/expressions/templateLiteral.h>
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp25 #include <ir/expressions/templateLiteral.h>
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp706 JSHandle<JSTaggedValue> templateLiteral(thread, literal); in GetTemplateObject()
707 return RuntimeStubs::RuntimeGetTemplateObject(thread, templateLiteral); in GetTemplateObject()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp52 #include <ir/expressions/templateLiteral.h>
H A DparserImpl.cpp48 #include <ir/expressions/templateLiteral.h>

Completed in 15 milliseconds