(opcode)
| 14930 | } |
| 14931 | __name(isContinuationFrame, "isContinuationFrame"); |
| 14932 | function isTextBinaryFrame(opcode) { |
| 14933 | return opcode === opcodes.TEXT || opcode === opcodes.BINARY; |
| 14934 | } |
| 14935 | __name(isTextBinaryFrame, "isTextBinaryFrame"); |
| 14936 | function isValidOpcode(opcode) { |
| 14937 | return isTextBinaryFrame(opcode) || isContinuationFrame(opcode) || isControlFrame(opcode); |
no outgoing calls
no test coverage detected