Home
last modified time | relevance | path

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

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