[html5] r4393 - [ow] (1) Require ToPrimitive be applied to arguments.

whatwg at whatwg.org whatwg at whatwg.org
Tue Dec 1 18:36:50 PST 2009


Author: ianh
Date: 2009-12-01 18:36:48 -0800 (Tue, 01 Dec 2009)
New Revision: 4393

Modified:
   source
Log:
[ow] (1) Require ToPrimitive be applied to arguments.

Modified: source
===================================================================
--- source	2009-12-02 02:12:25 UTC (rev 4392)
+++ source	2009-12-02 02:36:48 UTC (rev 4393)
@@ -66948,6 +66948,10 @@
 
   <p>User agents must implement the SQL dialect supported by Sqlite 3.6.19.</p>
 
+  <p>When converting bound arguments to SQL data types, the JavaScript
+  ToPrimitive operator must be applied to obtain the raw value to be
+  processed. <a href="#refsECMA262">[ECMA262]</a>.</p>
+
   <!--END database-->
 
   <!--END complete--> <!-- the next <h3> section needs reworking if we re-add database to complete -->




More information about the Commit-Watchers mailing list