Home
last modified time | relevance | path

Searched defs:testNapiSetProperty (Results 1 – 2 of 2) sorted by relevance

/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsproperty/
Dnapisetproperty.cpp20 napi_value testNapiSetProperty(napi_env env, napi_callback_info info) in testNapiSetProperty() function
/napi_generator/examples/napitutorials/entry/src/main/cpp/types/libentry/
Dindex.d.ts41 export const testNapiSetProperty: (a: object, b: any, c: any) => object; constant