()
| 4617 | } |
| 4618 | |
| 4619 | function peekContext() { |
| 4620 | var lastIndex = contextStack.length - 1; |
| 4621 | if (lastIndex >= 0) { |
| 4622 | return contextStack[lastIndex]; |
| 4623 | } |
| 4624 | return undefined; |
| 4625 | } |
| 4626 | Context.CapturedTrace = null; |
| 4627 | Context.create = createContext; |
| 4628 | Context.deactivateLongStackTraces = function() {}; |