Home
last modified time | relevance | path

Searched refs:non_static_str (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp68 napi_value non_static_str; in GetSendableClass() local
71 napi_create_string_utf8(env, "nonStatic", NAPI_AUTO_LENGTH, &non_static_str); in GetSendableClass()
96 napi_value non_static_str; in GetSendableChildClass() local
99 napi_create_string_utf8(env, "nonStatic", NAPI_AUTO_LENGTH, &non_static_str); in GetSendableChildClass()
189 napi_value non_static_str; variable
197 DECLARE_NAPI_DEFAULT_PROPERTY("nonStatic", non_static_str),
232 napi_value non_static_str; variable
241 DECLARE_NAPI_DEFAULT_PROPERTY("nonStatic", non_static_str),
291 napi_value non_static_str; variable
334 napi_set_property(env, prototype, non_static_str, non_static_value);
[all …]