Searched refs:propertynames (Results 1 – 3 of 3) sorted by relevance
/third_party/node/test/js-native-api/test_object/ |
D | test_object.c | 325 napi_value propertynames; in Inflate() local 326 NAPI_CALL(env, napi_get_property_names(env, obj, &propertynames)); in Inflate() 329 NAPI_CALL(env, napi_get_array_length(env, propertynames, &length)); in Inflate() 333 NAPI_CALL(env, napi_get_element(env, propertynames, i, &property_str)); in Inflate()
|
/third_party/python/Doc/library/ |
D | xml.sax.reader.rst | 192 propertynames are listed in the module :mod:`xml.sax.handler`.
|
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/ |
D | README.md | 302 …encies, [propertyNames](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#propertynames)
|