EvaluateOnCallFrameParameterType

sealed external interface EvaluateOnCallFrameParameterType(source)

Properties

Link copied to clipboard
abstract var callFrameId: CallFrameId

Call frame identifier to evaluate on.

Link copied to clipboard
abstract var expression: String

Expression to evaluate.

Link copied to clipboard
abstract var generatePreview: Boolean?

Whether preview should be generated for the result.

Link copied to clipboard

Specifies whether command line API should be available to the evaluated expression, defaults to false.

Link copied to clipboard
abstract var objectGroup: String?

String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup).

Link copied to clipboard
abstract var returnByValue: Boolean?

Whether the result is expected to be a JSON object that should be sent by value.

Link copied to clipboard
abstract var silent: Boolean?

In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state.

Link copied to clipboard
abstract var throwOnSideEffect: Boolean?

Whether to throw an exception if side effect cannot be ruled out during evaluation.