pub struct OpState {
pub resource_table: ResourceTable,
pub get_error_class_fn: GetErrorClassFn,
pub tracker: OpsTracker,
pub last_fast_op_error: Option<AnyError>,
/* private fields */
}
Expand description
Maintains the resources and ops inside a JS runtime.
Fields§
§resource_table: ResourceTable
§get_error_class_fn: GetErrorClassFn
§tracker: OpsTracker
§last_fast_op_error: Option<AnyError>