---
title: name
framework: javascriptcore
role: symbol
role_heading: Instance Property
path: javascriptcore/jsstaticfunction/name
---

# name

A null-terminated UTF-8 string that contains the property’s name.

## Declaration

```swift
var name: UnsafePointer<CChar>!
```

## See Also

### Accessing Static Function Information

- [callAsFunction](javascriptcore/jsstaticfunction/callasfunction.md)
- [attributes](javascriptcore/jsstaticfunction/attributes.md)
