(opcode)
| 14926 | } |
| 14927 | __name(isControlFrame, "isControlFrame"); |
| 14928 | function isContinuationFrame(opcode) { |
| 14929 | return opcode === opcodes.CONTINUATION; |
| 14930 | } |
| 14931 | __name(isContinuationFrame, "isContinuationFrame"); |
| 14932 | function isTextBinaryFrame(opcode) { |
| 14933 | return opcode === opcodes.TEXT || opcode === opcodes.BINARY; |
no outgoing calls
no test coverage detected
searching dependent graphs…