Home
last modified time | relevance | path

Searched refs:RuntimeDynamicImport (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h639 …static inline JSTaggedValue RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &…
Druntime_stubs-inl.h1574 JSTaggedValue RuntimeStubs::RuntimeDynamicImport(JSThread *thread, const JSHandle<JSTaggedValue> &s… in RuntimeDynamicImport() function
Druntime_stubs.cpp2396 return RuntimeDynamicImport(thread, specifier, currentFunc).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1009 return RuntimeStubs::RuntimeDynamicImport(thread, specifierHandle, currentFuncHandle); in DynamicImport()