class Opal::TargetScope

def top?

Returns true if this is a top scope (main file body)
def top?
  @type == :top
end