I know I can print bytecode generated by Ignition by —print-bytecode flags with v8-debug, but I do not know How can I execute printed bytecode with v8(-debug).
I feel there is no way, because bytecode should be just a data structure in v8 program, and it is not equal to formatted bytecode for print.
Is my intuition is correct? or there is actually any way to execute printed bytecode with v8?