Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h611 …static inline JSTaggedValue RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys,
Druntime_stubs.cpp1684 …return RuntimeCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), objVal, in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1973 JSTaggedValue RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKeys, in RuntimeCreateObjectWithExcludedKeys() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp360 return RuntimeStubs::RuntimeCreateObjectWithExcludedKeys(thread, numKeys, obj, firstArgRegIdx); in CreateObjectWithExcludedKeys()