Searched refs:napi_default (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/js-native-api/test_properties/ |
D | test_properties.c | 95 { "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/ |
D | common.h | 71 { (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/ |
D | test_constructor.c | 175 { "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/ |
D | 6_object_wrap.cc | 20 { "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/ |
D | js_native_api_types.h | 25 napi_default = 0, enumerator
|
/third_party/node/doc/api/ |
D | n-api.md | 4198 napi_default = 0, 4223 * `napi_default`: No explicit attributes are set on the property. By default, a
|