Searched refs:transactionHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CustomSQLStatementErrorCallback.cpp53 v8::Handle<v8::Value> transactionHandle = toV8(transaction, m_scriptState->context()->Global(), isolate); local
55 if (transactionHandle.IsEmpty() || errorHandle.IsEmpty()) {
61 ASSERT(transactionHandle->IsObject());
64 transactionHandle,

Completed in 91 milliseconds