~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
..
tests 1237.10.5 14 years ago Monty Taylor Plugin tests in plugin dirs. Diff
plugin.ini 2191.1.1 13 years ago Brian Aker Add in KILL protocol support. 194 bytes Diff Download File
sleep.cc 2198.1.2 13 years ago Olaf van der Spek Refactor includes 2.8 KB Diff Download File