~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 1273.13.53 14 years ago Brian Aker Updates to tests (now moved into plugins). Diff
dictionary.cc 2246.3.1 13 years ago Olaf van der Spek Remove std::nothrow from new() 1.4 KB Diff Download File
dictionary.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1 KB Diff Download File
plugin.ini 1561.3.12 14 years ago Joe Daly add missing header file, and change ha_statistic_i 217 bytes Diff Download File
state_tool.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.6 KB Diff Download File
status.cc 2241.3.14 13 years ago Olaf van der Spek Refactor 3.1 KB Diff Download File
variables.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.2 KB Diff Download File