Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h462 …static inline JSTaggedValue RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uintptr_t arg…
Druntime_stubs-inl.h2385 JSTaggedValue RuntimeStubs::RuntimeOptCreateObjectWithExcludedKeys(JSThread *thread, uintptr_t argv… in RuntimeOptCreateObjectWithExcludedKeys() function
Druntime_stubs.cpp1797 return RuntimeOptCreateObjectWithExcludedKeys(thread, argv, argc).GetRawData(); in DEF_RUNTIME_STUBS()