Mercurial > pymonkey
log function.h @ 49:7401af070bb8
age | author | description |
---|---|---|
Mon, 06 Jul 2009 09:22:31 -0700 | Atul Varma | Added license blocks to all .c/.h files. |
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. |
Thu, 02 Jul 2009 22:42:31 -0700 | Atul Varma | Added a new PYM_JSFunction type, PYM_JSContext.define_property(), and PYM_JSContext.new_function(). Also fixed a memory leak. |