Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h174 …static JSTaggedValue SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTaggedValue…
Dslow_runtime_stub.cpp1153 JSTaggedValue SlowRuntimeStub::SetClassConstructorLength(JSThread *thread, JSTaggedValue ctor, JSTa… in SetClassConstructorLength() function in panda::ecmascript::SlowRuntimeStub
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h243 V(SetClassConstructorLength) \
Druntime_stubs.cpp1377 DEF_RUNTIME_STUBS(SetClassConstructorLength) in DEF_RUNTIME_STUBS() argument
1379 RUNTIME_STUBS_HEADER(SetClassConstructorLength); in DEF_RUNTIME_STUBS()