Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp10085 const char* typeKeys[] = { in Init() local
10090 for (int32_t i = 0; i < sizeof(typeKeys) / sizeof(typeKeys[0]); i++) { in Init()
10093 napi_set_named_property(env, typedArrayTypes, typeKeys[i], typeIndex); in Init()