Variable StackResult.frames

class StackResult
{
  // ...
  Frame[] frames ;
  // ...
}