- Oct 14, 2011
-
-
deuce authored
-
- Oct 13, 2011
-
-
deuce authored
This makes JS_IS_NUM() the same as JS_IS_NUMBER().
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
mcmlxxix authored
fixed center(). fixed putmsg() to properly handle CRLF. move(), moveTo(), refresh(), top(), bottom() now apply to child frames. (e.g. parent "car" moves, child "passenger" moves with it)
-
- Oct 11, 2011
- Oct 10, 2011
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
--- > JSVALUE_TO_STRING(cx, argv[0], inbuf); > if(inbif==NULL)
-
deuce authored
--- > JSVALUE_TO_STRING(cx, argv[0], str); > if(str==NULL)
-
deuce authored
if((p=js_ValueToStringBytes(cx, argv[0], NULL))==NULL) To: JSVALUE_TO_STRING(cx, argv[0], p) if(p===NULL)
-
mcmlxxix authored
-
mcmlxxix authored
-
mcmlxxix authored
add combine() function for combining two objects. support objects other than console in pushMessage(). add regExp to removeSpaces(), remove stupid.
-
cyan authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Only js_ValueToStringBytes() still leaks.
-
cyan authored
-
cyan authored
-
- Oct 09, 2011