vm-error - Factor Documentation

vm-error


Vocabulary
debugger

Definition
USING: arrays combinators.short-circuit kernel kernel.private
math math.order sequences sequences.private ;

IN: debugger

PREDICATE: vm-error < array
dup length 2 <
[ drop f ] [
{
[ first-unsafe KERNEL-ERROR = ]
[ second-unsafe 0 kernel-error-count 1 - between? ]
} 1&&
] if ;


Methods
USING: debugger sequences ;

M: vm-error error-help vm-errors nth first ;


USING: debugger kernel sequences.private ;

M: vm-error error. dup vm-errors dispatch ;


USING: debugger kernel summary ;

M: vm-error summary drop "VM error" ;

AltStyle によって変換されたページ (->オリジナル) /