Home
last modified time | relevance | path

Searched defs:ArrayRef (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md6151 ## ArrayRef section
6176 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 3); argument
6180 ### SetValueAt
6232 Local<ArrayRef> arrayObj = ArrayRef::New(vm_, 1); argument
6240 Local<ArrayRef> ArrayRef::New(const EcmaVM *vm, uint32_t length = 0); argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h53 class ArrayRef; variable
Djsnapi_expo.h55 class ArrayRef; variable