package flash.sampler; extern class StackFrame { var file : String; var line : UInt; var name : String; function toString() : String; }