| 2473 | auto globalObject = context.getGlobalObject(exceptionTracker); |
| 2474 | if (!exceptionTracker) { |
| 2475 | return; |
| 2476 | } |
| 2477 | |
| 2478 | // Expose the global object |
| 2479 | context.setObjectProperty(globalObject.get(), "global", globalObject.get(), exceptionTracker); |
| 2480 | if (!exceptionTracker) { |
| 2481 | return; |
| 2482 | } |
| 2483 |
no outgoing calls