Mercurial > pymonkey
log src/function.cpp @ 160:56181fb5fc7e
age | author | description |
---|---|---|
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 |