(opcode)
| 14934 | } |
| 14935 | __name(isTextBinaryFrame, "isTextBinaryFrame"); |
| 14936 | function isValidOpcode(opcode) { |
| 14937 | return isTextBinaryFrame(opcode) || isContinuationFrame(opcode) || isControlFrame(opcode); |
| 14938 | } |
| 14939 | __name(isValidOpcode, "isValidOpcode"); |
| 14940 | function parseExtensions(extensions) { |
| 14941 | const position = { position: 0 }; |
no test coverage detected
searching dependent graphs…