Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h614 …static inline JSTaggedValue RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHa…
Druntime_stubs.cpp1693 return RuntimeDefineMethod(thread, method, homeObject).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h2001 JSTaggedValue RuntimeStubs::RuntimeDefineMethod(JSThread *thread, const JSHandle<Method> &methodHan… in RuntimeDefineMethod() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1022 return RuntimeStubs::RuntimeDefineMethod(thread, methodHandle, homeObjectHandle); in DefineMethod()