Searched refs:idbKeyToScriptValue (Results 1 – 5 of 5) sorted by relevance
68 return idbKeyToScriptValue(&requestState, m_lower); in lowerValue()74 return idbKeyToScriptValue(&requestState, m_upper); in upperValue()
316 return idbKeyToScriptValue(&requestState, m_key); in key()323 return idbKeyToScriptValue(&requestState, m_primaryKey); in primaryKey()
50 ScriptValue idbKeyToScriptValue(DOMRequestState*, PassRefPtr<IDBKey>);
59 ScriptValue keyValue = idbKeyToScriptValue(0, key); in injectKey()
389 ScriptValue idbKeyToScriptValue(DOMRequestState* state, PassRefPtr<IDBKey> key) in idbKeyToScriptValue() function426 ScriptValue keyValue = idbKeyToScriptValue(state, key); in assertPrimaryKeyValidOrInjectable()