Mercurial > pymonkey
log object.h @ 21:fc04e5f1c675
age | author | description |
---|---|---|
Sun, 28 Jun 2009 20:40:18 -0700 | Atul Varma | Changed object constructor to take a context instead of a runtime. |
Sun, 28 Jun 2009 20:08:59 -0700 | Atul Varma | Moved context creation code into its own public function in context.c. |
Sun, 28 Jun 2009 20:00:48 -0700 | Atul Varma | Refactoring; moved PYM_JSObject creation code into a new public function in object.c. |
Sun, 28 Jun 2009 18:19:14 -0700 | Atul Varma | Added an object class. |