- 13 Oct, 2011 6 commits
-
-
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)
-
- 11 Oct, 2011 9 commits
- 10 Oct, 2011 17 commits
-
-
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
-
- 09 Oct, 2011 8 commits