class V8::StackTrace

def length

def length
  @context.enter do
    @native ? @native.GetFrameCount() : 0
  end
end