~drizzle-trunk/drizzle/development

  • Committer: Henrik Ingo
  • Date: 2011-09-02 10:32:57 UTC
  • Revision ID: henrik.ingo@avoinelama.fi-20110902103257-1i044y2jkrdn9ot6
Honoring EcmaScript standard arguments are made available as arguments[]
(was argv[])

Named parameters become global variables, as in
js_eval( "myvalue+anothervalue", 1 as 'myvalue', 2 as 'anothervalue')

Integers and real/decimal values passed as appropriate JS counterparts.
This makes js '+' operator work correctly.

Added whitespace to if() and function calls, sorry for noise in the diff.
Filename Latest Rev Last Changed Committer Comment Size
..
client.cc 2353.3.1 13 years ago Mark Atwood fix cppcheck redundantIfDelete0 warnings. It is s 14.7 KB Diff Download File
pipe_query.cc 2318.5.18 13 years ago Olaf van der Spek Examples shouldn't use config.h. 5 KB Diff Download File
proxy.cc 2318.5.18 13 years ago Olaf van der Spek Examples shouldn't use config.h. 11.7 KB Diff Download File
server.cc 2353.3.1 13 years ago Mark Atwood fix cppcheck redundantIfDelete0 warnings. It is s 9.4 KB Diff Download File
simple.cc 2318.6.6 13 years ago Olaf van der Spek EOLs 4.4 KB Diff Download File
simple_multi.cc 2318.5.18 13 years ago Olaf van der Spek Examples shouldn't use config.h. 3.8 KB Diff Download File
sqlite_server.cc 2353.3.1 13 years ago Mark Atwood fix cppcheck redundantIfDelete0 warnings. It is s 14.7 KB Diff Download File