Searched refs:RuntimeOptCreateObjectWithExcludedKeys (Results 1 – 3 of 3) sorted by relevance
648 …static inline JSTaggedValue RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numK…
1138 …return RuntimeOptCreateObjectWithExcludedKeys(thread, static_cast<uint16_t>(numKeys.GetInt()), obj… in DEF_RUNTIME_STUBS()
1952 JSTaggedValue RuntimeStubs::RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uint16_t numKe… in RuntimeOptCreateObjectWithExcludedKeys() function