Searched refs:TROGetter (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | BaseObjectJS.h | 112 static inline napi_value TROGetter(napi_env env, napi_callback_info info) in TROGetter() function 156 …return napi_property_descriptor { name, nullptr, nullptr, TROGetter<Object, F>, nullptr, nullptr, … 166 …return napi_property_descriptor { name, nullptr, nullptr, TROGetter<Object, F>, TROSetter<Type, Ob…
|