---
title: jsGlobalContextRef
framework: javascriptcore
role: symbol
role_heading: Instance Property
path: javascriptcore/jscontext/jsglobalcontextref
---

# jsGlobalContextRef

Returns the C representation of the JavaScript context.

## Declaration

```swift
var jsGlobalContextRef: JSGlobalContextRef! { get }
```

## Discussion

Discussion See JSContextRef for the C JavaScriptCore API.

## See Also

### Working with the C JavaScriptCore API

- [init(JSGlobalContextRef:)](javascriptcore/jscontext/init(jsglobalcontextref:)-9m51.md)
