Mercurial > pymonkey
log
age | author | description |
---|---|---|
Sun, 05 Jul 2009 23:55:42 -0700 | Atul Varma | Changed function signature of PYM_pyObjectToJsval() to be consistent w/ the rest of the API. |
Sun, 05 Jul 2009 23:52:14 -0700 | Atul Varma | JS-wrapped python functions now take a context object as their first parameter. |
Fri, 03 Jul 2009 21:15:18 -0700 | Atul Varma | Added a TODO. |
Fri, 03 Jul 2009 20:57:58 -0700 | Atul Varma | Added a context.call_function() method. |
Fri, 03 Jul 2009 20:04:01 -0700 | Atul Varma | Renamed PYM_newJSFunction() to PYM_newJSFunctionFromCallable(). PYM_newJSObject() now returns objects of type PYM_JSFunctionType as needed. |
Fri, 03 Jul 2009 19:40:42 -0700 | Atul Varma | Moved some code around. |
Thu, 02 Jul 2009 22:56:59 -0700 | Atul Varma | If the JS engine supports GC zeal setting, we enable it automatically to help find any memory management bugs. |