~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 1764.3.6 14 years ago Brian Aker This includes a query_usage table for looking at p Diff
dictionary.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.3 KB Diff Download File
dictionary.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.1 KB Diff Download File
plugin.ini 1932.3.2 13 years ago Brian Aker 1) Make sure the query string always has an std::s 297 bytes Diff Download File
query_usage.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.3 KB Diff Download File
query_usage.h 2240.5.10 13 years ago Olaf van der Spek Refactor 2.7 KB Diff Download File
session_usage.cc 2240.5.10 13 years ago Olaf van der Spek Refactor 4.8 KB Diff Download File
session_usage.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.4 KB Diff Download File
session_usage_logger.cc 2240.5.6 13 years ago Olaf van der Spek Refactor 1.5 KB Diff Download File
session_usage_logger.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.2 KB Diff Download File