Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.h117 static JSTaggedValue ArrayCreateWithInit(JSThread *thread, uint32_t length, const Callback &cb) in ArrayCreateWithInit() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1549 return JSArray::ArrayCreateWithInit(thread, arrayLength, in CreateArrayThisStringAndSeperatorStringAreNotEmpty()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2008 return JSArray::ArrayCreateWithInit( in RuntimeCopyRestArgs()