Home
last modified time | relevance | path

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

/napi_generator/examples/napitutorials/entry/src/main/cpp/nodeapi/datatypes/
Dnapivalue.cpp20 napi_value testNapiValue(napi_env env, napi_callback_info info) in testNapiValue() function
/napi_generator/examples/napitutorials/entry/src/main/ets/interface/
Dtctnadatatype.d.ts23 testNapiValue: () => string; property
/napi_generator/examples/napitutorials/entry/src/main/cpp/types/libentry/
Dindex.d.ts33 export const testNapiValue: () => string; constant