Searched defs:NewTaggedArray (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | object_factory.cpp | 2084 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool no… in NewTaggedArray() function in panda::ecmascript::ObjectFactory |
| /arkcompiler/ets_runtime/ecmascript/stubs/ | ||
| D | runtime_stubs.cpp | 205 DEF_RUNTIME_STUBS(NewTaggedArray) in DEF_RUNTIME_STUBS() argument |