Home
last modified time | relevance | path

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

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