Searched defs:ExtendArray (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ | ||
| D | new_object_stub_builder.cpp | 763 void NewObjectStubBuilder::ExtendArray(Variable *res, GateRef glue, GateRef elements, in ExtendArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| D | object_factory.cpp | 3127 JSHandle<TaggedArray> ObjectFactory::ExtendArray(const JSHandle<TaggedArray> &old, uint32_t length, in ExtendArray() function in panda::ecmascript::ObjectFactory |