Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h597 …static inline JSTaggedValue RuntimeCreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory,
Druntime_stubs.cpp1620 return RuntimeCreateObjectWithBuffer(thread, factory, argObj).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1840 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithBuffer(JSThread *thread, ObjectFactory *factory, in RuntimeCreateObjectWithBuffer() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp618 return RuntimeStubs::RuntimeCreateObjectWithBuffer(thread, factory, obj); in CreateObjectWithBuffer()