Mercurial > spidermonkey-playground
comparison server_socket.h @ 58:0b66a265df13
Fixed some bugs that raised assertions in debug builds of SpiderMonkey.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 24 Jun 2009 21:15:45 -0700 |
parents | f86740dc5fa0 |
children |
comparison
equal
deleted
inserted
replaced
57:1fd63ee398dc | 58:0b66a265df13 |
---|---|
34 * | 34 * |
35 * ***** END LICENSE BLOCK ***** */ | 35 * ***** END LICENSE BLOCK ***** */ |
36 | 36 |
37 #include "jsapi.h" | 37 #include "jsapi.h" |
38 | 38 |
39 extern JSExtendedClass sServerSocket_JSClass; | 39 extern JSClass sServerSocket_JSClass; |
40 extern JSBool createServerSocket(JSContext *cx, JSObject *obj, uintN argc, | 40 extern JSBool createServerSocket(JSContext *cx, JSObject *obj, uintN argc, |
41 jsval *argv, jsval *rval); | 41 jsval *argv, jsval *rval); |