Function Flash ActionScript

public function m (  ) {
  var currentObject = this;
  function f (  ) {
    trace(currentObject);  
  }
}