[Home](./index.md) > [puppeteer](./puppeteer.md) > [JSHandle](./puppeteer.jshandle.md) > [executionContext](./puppeteer.jshandle.executioncontext.md)
## JSHandle.executionContext() method
Returns the execution context the handle belongs to.
Signature:
```typescript
executionContext(): ExecutionContext;
```
Returns:
[ExecutionContext](./puppeteer.executioncontext.md)