Microsoft.JScript.JSFieldMethod.EnclosingScope C# (CSharp) Method

EnclosingScope() private method

private EnclosingScope ( ) : ScriptObject
return ScriptObject
      internal ScriptObject EnclosingScope(){
        if (this.func != null)
          return this.func.enclosing_scope;
        else
          return null;
      }