Skip to content

hermes-2024-03-26-RNvmain-86d391d00be80aeccc8b29f62a254ecf6bc8a9ae

Summary:
`breakAtPossibleNextInstructions()` has the same purpose as
`breakpointCaller()` and `breakpointExceptionHandler(const
InterpreterState &state);`. Their job is to set a temporary breakpoint
for where things should pause next.

This diff just makes the function signature align with
`breakpointExceptionHandler()` by using const. This differentiates the
function from things like `stepInstruction()`.

Reviewed By: avp

Differential Revision: D55273733

fbshipit-source-id: dca8782bd1356d5d80287ab075bef8922fb60cd1
Assets 2
Loading