Home
last modified time | relevance | path

Searched refs:RuntimeGetTemplateObject (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h184 static inline JSTaggedValue RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue> &literal);
H A Druntime_stubs-inl.h206 JSTaggedValue RuntimeStubs::RuntimeGetTemplateObject(JSThread *thread, const JSHandle<JSTaggedValue> &literal) in RuntimeGetTemplateObject() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp978 return RuntimeGetTemplateObject(thread, literal).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp707 return RuntimeStubs::RuntimeGetTemplateObject(thread, templateLiteral); in GetTemplateObject()

Completed in 19 milliseconds