Home
last modified time | relevance | path

Searched refs:RuntimeSetPatchModule (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h517 static inline void RuntimeSetPatchModule(JSThread *thread, const JSHandle<JSFunction> &func);
Druntime_stubs-inl.h2475 void RuntimeStubs::RuntimeSetPatchModule(JSThread *thread, const JSHandle<JSFunction> &func) in RuntimeSetPatchModule() function
Druntime_stubs.cpp2556 RuntimeSetPatchModule(thread, func); in DEF_RUNTIME_STUBS()