Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h336 V(OptCreateObjectWithExcludedKeys) \
Druntime_stubs.cpp1564 DEF_RUNTIME_STUBS(OptCreateObjectWithExcludedKeys) in DEF_RUNTIME_STUBS() argument
1566 RUNTIME_STUBS_HEADER(OptCreateObjectWithExcludedKeys); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp1901 const int id = RTSTUB_ID(OptCreateObjectWithExcludedKeys); in LowerCreateObjectWithExcludedKeys()