OSDN Git Service

Add functionality to V8 bindings for SQLTransaction to allow array-like objects to...
authorBen Murdoch <benm@google.com>
Wed, 26 Aug 2009 11:42:59 +0000 (12:42 +0100)
committerBen Murdoch <benm@google.com>
Wed, 2 Sep 2009 11:32:47 +0000 (12:32 +0100)
commit30719f18a1aeee2464dca86c0b93bd9397a4ea42
tree73c52b9e7ac22d6fc10ce710bd9a405d6d9b4285
parent4d19269bce7d5e32eb2c3cc1f469d207d8b15bb1
Add functionality to V8 bindings for SQLTransaction to allow array-like objects to be passed as the second parameter to executeSql(), and ensure exceptions are thrown in the right places.
WebCore/bindings/js/JSSQLTransactionCustom.cpp
WebCore/bindings/v8/V8Binding.cpp
WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp