Searched defs:hasNamedProperty (Results 1 – 3 of 3) sorted by relevance
102 export const hasNamedProperty: (object, string) => boolean; constant
1465 bool hasNamedProperty = false; in getPropertyNames() local1751 static napi_value hasNamedProperty(napi_env env, napi_callback_info info) in hasNamedProperty() function
2581 bool hasNamedProperty = false; in testGetPropertyNames() local