Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h480 … static inline JSTaggedValue RuntimeSetClassConstructorLength(JSThread *thread, JSTaggedValue ctor,
Druntime_stubs.cpp972 return RuntimeSetClassConstructorLength(thread, ctor, length).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h936 JSTaggedValue RuntimeStubs::RuntimeSetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, in RuntimeSetClassConstructorLength() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1122 return RuntimeStubs::RuntimeSetClassConstructorLength(thread, ctor, length); in SetClassConstructorLength()