canInjectIDBKeyIntoScriptValue   48 Source/bindings/v8/IDBBindingUtilities.h bool canInjectIDBKeyIntoScriptValue(DOMRequestState*, const ScriptValue&, const IDBKeyPath&);
canInjectIDBKeyIntoScriptValue  207 Source/modules/indexeddb/IDBObjectStore.cpp             if (!canInjectIDBKeyIntoScriptValue(&requestState, value, keyPath)) {