Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util_print_cbc: Handle CBC_SET_BYTECODE_PTR opcode #5121

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 15, 2023

  1. util_print_cbc: Handle CBC_SET_BYTECODE_PTR opcode

    This change handles the CBC_SET_BYTECODE_PTR opcode when dumping the VM opcodes.
    Instead of incrementing the byte code pointer to the next byte (`byte_code_p++`), it instead jumps to the address pointer stored after CBC_SET_BYTECODE_PTR.
    JerryScript-DCO-1.0-Signed-off-by: Ronan Jezequel ronan.jezequel@gmail.com
    ronanj committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    5b3b15e View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    a611bbf View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    c35d2ee View commit details
    Browse the repository at this point in the history