Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fholm/IronJS
Browse files Browse the repository at this point in the history
  • Loading branch information
otac0n committed May 7, 2011
2 parents a6ca007 + 34d127d commit f4cafe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/IronJS/Compiler.Parser.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module internal Parser =
type VariableData = {
DefinedAt : (int * int) option
AccessedAt : int * int
AssignedValueAt : int * int
AssignedFrom : Ast.Tree list
}

Expand Down

0 comments on commit f4cafe2

Please sign in to comment.