Home
last modified time | relevance | path

Searched refs:CommonCreateObjectWithExcludedKeys (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h458 static inline JSTaggedValue CommonCreateObjectWithExcludedKeys(JSThread *thread,
Druntime_stubs-inl.h2346 JSTaggedValue RuntimeStubs::CommonCreateObjectWithExcludedKeys(JSThread *thread, in CommonCreateObjectWithExcludedKeys() function
2402 return CommonCreateObjectWithExcludedKeys(thread, objVal, numExcludedKeys, excludedKeys); in RuntimeOptCreateObjectWithExcludedKeys()
2429 return CommonCreateObjectWithExcludedKeys(thread, finalVal, numExcludedKeys, excludedKeys); in RuntimeCreateObjectWithExcludedKeys()