Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h435 …static inline JSTaggedValue RuntimeSetObjectWithProto(JSThread *thread, const JSHandle<JSTaggedVal…
Druntime_stubs.cpp715 return RuntimeSetObjectWithProto(thread, proto, obj).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h504 JSTaggedValue RuntimeStubs::RuntimeSetObjectWithProto(JSThread *thread, const JSHandle<JSTaggedValu… in RuntimeSetObjectWithProto() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp639 return RuntimeStubs::RuntimeSetObjectWithProto(thread, protoHandle, objHandle); in SetObjectWithProto()