Searched refs:canInjectIDBKeyIntoScriptValue (Results 1 – 3 of 3) sorted by relevance
48 bool canInjectIDBKeyIntoScriptValue(DOMRequestState*, const ScriptValue&, const IDBKeyPath&);
363 bool canInjectIDBKeyIntoScriptValue(DOMRequestState* state, const ScriptValue& scriptValue, const I… in canInjectIDBKeyIntoScriptValue() function
208 if (!canInjectIDBKeyIntoScriptValue(&requestState, value, keyPath)) { in put()