Mercurial > pymonkey
log src/function.cpp @ 173:5cfb47c9e916 default tip
age | author | description |
---|---|---|
Tue, 01 Sep 2009 03:22:33 -0700 | Atul Varma | Minor line wrap and spacing fixes. default tip |
Tue, 01 Sep 2009 03:07:24 -0700 | Atul Varma | Initial attempt at renaming pymonkey to pydermonkey. |
Sun, 30 Aug 2009 15:47:23 -0700 | Atul Varma | Added a function.is_python property indicating whether the js function is implemented in python. |
Sun, 30 Aug 2009 11:13:00 -0700 | Atul Varma | Added filename/line-number metadata to functions. Wanted to just add a 'script' property but this proved problematic--see the TODO in the code for more information. |
Sat, 29 Aug 2009 22:46:48 -0700 | Atul Varma | Added a 'name' property to function obects. Fixed a TODO. |
Sun, 23 Aug 2009 18:04:21 -0700 | Atul Varma | Minor housekeeping: replaced tabs w/ spaces, got rid of outdated TODOs, etc. |
Mon, 17 Aug 2009 22:08:33 -0700 | Atul Varma | Moved all .cpp/.h files into 'src' dir and test suite into 'tests' dir. base function.cpp@f4b68db0d8d2 |