Searched refs:CommonCreateObjectWithExcludedKeys (Results 1 – 2 of 2) sorted by relevance
754 static inline JSTaggedValue CommonCreateObjectWithExcludedKeys(JSThread *thread,
2151 JSTaggedValue RuntimeStubs::CommonCreateObjectWithExcludedKeys(JSThread *thread, in CommonCreateObjectWithExcludedKeys() function2207 return CommonCreateObjectWithExcludedKeys(thread, objVal, numExcludedKeys, excludedKeys); in RuntimeOptCreateObjectWithExcludedKeys()2234 return CommonCreateObjectWithExcludedKeys(thread, finalVal, numExcludedKeys, excludedKeys); in RuntimeCreateObjectWithExcludedKeys()