Home
last modified time | relevance | path

Searched refs:RuntimeOptCreateObjectWithExcludedKeys (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h648 …static inline JSTaggedValue RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numK…
Druntime_stubs.cpp1138 …return RuntimeOptCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), obj… in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h1952 JSTaggedValue RuntimeStubs::RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKe… in RuntimeOptCreateObjectWithExcludedKeys() function