Searched refs:templateLiteral (Results 1 - 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | template_string.cpp | 22 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 D | template_string.h | 24 static JSHandle<JSTaggedValue> GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue> templateLiteral);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | template_string_test.cpp | 72 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 D | literals.cpp | 21 #include <ir/expressions/templateLiteral.h>
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | taggedTemplateExpression.cpp | 25 #include <ir/expressions/templateLiteral.h>
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | util.cpp | 19 #include <ir/expressions/templateLiteral.h>
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsEnumDeclaration.cpp | 25 #include <ir/expressions/templateLiteral.h>
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 706 JSHandle<JSTaggedValue> templateLiteral(thread, literal); in GetTemplateObject() 707 return RuntimeStubs::RuntimeGetTemplateObject(thread, templateLiteral); in GetTemplateObject()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | expressionParser.cpp | 52 #include <ir/expressions/templateLiteral.h>
|
H A D | parserImpl.cpp | 48 #include <ir/expressions/templateLiteral.h>
|
Completed in 15 milliseconds