Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_properties/
Dtest_properties.c95 { "hiddenValue", 0, 0, 0, 0, number, napi_default, 0}, in Init()
100 { "readwriteAccessor1", 0, 0, GetValue, SetValue, 0, napi_default, 0}, in Init()
102 { "readonlyAccessor1", 0, 0, GetValue, NULL, 0, napi_default, 0}, in Init()
104 { "hasNamedProperty", 0, HasNamedProperty, 0, 0, 0, napi_default, 0 }, in Init()
/third_party/node/test/js-native-api/
Dcommon.h71 { (name), NULL, (func), NULL, NULL, NULL, napi_default, NULL }
74 { (name), NULL, NULL, (func), NULL, NULL, napi_default, NULL }
77 { (name), NULL, NULL, NULL, NULL, (value), napi_default, NULL }
/third_party/node/test/js-native-api/test_constructor/
Dtest_constructor.c175 { "hiddenValue", NULL, NULL, NULL, NULL, number, napi_default, NULL }, in Init()
176 { "readwriteAccessor1", NULL, NULL, GetValue, SetValue, NULL, napi_default, in Init()
180 { "readonlyAccessor1", NULL, NULL, GetValue, NULL, NULL, napi_default, in Init()
185 napi_default | napi_static, NULL}, in Init()
/third_party/node/test/js-native-api/6_object_wrap/
D6_object_wrap.cc20 { "value", nullptr, nullptr, GetValue, SetValue, 0, napi_default, 0 }, in Init()
21 { "valueReadonly", nullptr, nullptr, GetValue, nullptr, 0, napi_default, in Init()
/third_party/node/src/
Djs_native_api_types.h25 napi_default = 0, enumerator
/third_party/node/doc/api/
Dn-api.md4198 napi_default = 0,
4223 * `napi_default`: No explicit attributes are set on the property. By default, a