Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djs_util_test.cpp33 struct JsProperty { struct
34 static napi_value Write(napi_env env, const std::shared_ptr<Property> &nativeObject) in Write()
41 static napi_value Write(napi_env env, const Property &nativeObject) in Write()
51 static bool Read(napi_env env, napi_value object, Property &nativeObject) in Read()