Home
last modified time | relevance | path

Searched defs:GetTemplateObject (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dliterals.cpp27 void Literals::GetTemplateObject(PandaGen *pg, const ir::TaggedTemplateExpression *lit) in GetTemplateObject() function in panda::es2panda::compiler::Literals
/arkcompiler/ets_runtime/ecmascript/
Dtemplate_string.cpp27 JSHandle<JSTaggedValue> TemplateString::GetTemplateObject(JSThread *thread, JSHandle<JSTaggedValue>… in GetTemplateObject() function in panda::ecmascript::TemplateString
/arkcompiler/ets_runtime/ecmascript/tests/
Dtemplate_string_test.cpp64 HWTEST_F_L0(TemplateStringTest, GetTemplateObject) in HWTEST_F_L0() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1461 void PandaGen::GetTemplateObject(const ir::AstNode *node, VReg value) in GetTemplateObject() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp718 JSTaggedValue SlowRuntimeStub::GetTemplateObject(JSThread *thread, JSTaggedValue literal) in GetTemplateObject() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp570 DEF_RUNTIME_STUBS(GetTemplateObject) in DEF_RUNTIME_STUBS() argument