(
scriptId, startPosition, endPosition, duration, timestamp, functionName)
| 1076 | } |
| 1077 | |
| 1078 | processCompileEval( |
| 1079 | scriptId, startPosition, endPosition, duration, timestamp, functionName) { |
| 1080 | let compilationUnit = this.processCompile(...arguments); |
| 1081 | compilationUnit.isEval = true; |
| 1082 | } |
| 1083 | |
| 1084 | processBaselineLazy( |
| 1085 | scriptId, startPosition, endPosition, duration, timestamp, functionName) { |
nothing calls this directly
no test coverage detected