log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pub
>
Jint1
annotate Jint.Runtime/VM/IReference.cs @ 0:
e113095f1de0
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
initial commit, proof of concept
author
cin
date
Wed, 23 Oct 2013 13:24:57 +0400 (2013-10-23)
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
1
using System;
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
2
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
3
namespace Jint.Runtime
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
4
{
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
5
public interface IReference
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
6
{
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
7
}
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
8
}
e113095f1de0
initial commit, proof of concept
cin
parents:
diff
changeset
+
−
9