Jurassic.Compiler.Scope.HasValue C# (CSharp) Method

HasValue() public abstract method

Returns true if the given variable exists in this scope.
public abstract HasValue ( string variableName ) : bool
variableName string The name of the variable to check.
return bool
        public abstract bool HasValue(string variableName);