OptionalfunctionLocal variables.
Schedules an expression to be evaluated on the current call frame. The result is later exposed as result.evalResult in handleResult.
Requests continuation tracking after this leave point.
If the runtime can correlate the continuation, onReturnFollowed
will be invoked later.
Collects log messages that are displayed on the Node-side once the handler execution is completed.
Overrides the return value using a JSON-serializable value.
Overrides the return value using a raw expression string.
Sends a structured message to the Node-side result handler. Collected into result.messages.
Overrides a local variable.
Current return value metadata. For non-promise values,
valuemay be populated. For promises,isPromisemay be true andobjectIdmay be present.