Mercurial > pymonkey
log function.h @ 42:e62b1801f9af
age | author | description |
---|---|---|
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. |