Home
last modified time | relevance | path

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

/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/jsproperty/
H A Dnapisetnamedproperty.cpp43 bool resValid = validateObjectProperty(env, obj, propName, TAG); in testNapiSetNamedProperty()
H A Dnapihasnamedproperty.cpp64 bool resValid = validateObjectProperty(env, obj, propName, TAG); in testNapiHasNamedProperty()
H A Dnapigetnamedproperty.cpp68 bool resValid = validateObjectProperty(env, obj, propName, TAG); in testNapiGetNamedProperty()
/napi_generator/examples/napitutorials/entry/src/main/cpp/include/
H A Djavascriptapi.h34 bool validateObjectProperty(napi_env &env, napi_value &obj, napi_value &propName, const char *tag);
/napi_generator/examples/napitutorials/entry/src/main/cpp/javascriptapi/
H A Dcommon.cpp36 bool validateObjectProperty(napi_env &env, napi_value &obj, napi_value &propName, const char *tag) in validateObjectProperty() function

Completed in 2 milliseconds