Sets to generate opcode for specialization constants.
| 1007 | |
| 1008 | // Sets to generate opcode for specialization constants. |
| 1009 | void setToSpecConstCodeGenMode() { generatingOpCodeForSpecConst = true; } |
| 1010 | // Sets to generate opcode for non-specialization constants (normal mode). |
| 1011 | void setToNormalCodeGenMode() { generatingOpCodeForSpecConst = false; } |
| 1012 | // Check if the builder is generating code for spec constants. |
no outgoing calls
no test coverage detected