~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
modules.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 2.8 KB Diff Download File
modules.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.3 KB Diff Download File
plugin.ini 1460 14 years ago Brian Aker Seeing static effects valgrind output 223 bytes Diff Download File
plugins.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.8 KB Diff Download File
plugins.h 2234 13 years ago Brian Aker Mass removal of ifdef/endif in favor of pragma onc 1.3 KB Diff Download File