Home
last modified time | relevance | path

Searched refs:length3 (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_sample.cpp2517 int length3 = val6Obj->Get(vm, StringRef::NewFromUtf8(vm, "length"))->Int32Value(vm); in JsonObjGetArray() local
2518 GTEST_LOG_(INFO) << "arr6 length : " << length3; in JsonObjGetArray()
2519 for (int i = 0; i < length3; ++i) { in JsonObjGetArray()

Completed in 8 milliseconds