Home
last modified time | relevance | path

Searched refs:canInjectNthValueOnKeyPath (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DIDBBindingUtilities.cpp249 static bool canInjectNthValueOnKeyPath(v8::Handle<v8::Value>& rootValue, const Vector<String>& keyP… in canInjectNthValueOnKeyPath() function
376 …return canInjectNthValueOnKeyPath(v8Value, keyPathElements, keyPathElements.size() - 1, state->con… in canInjectIDBKeyIntoScriptValue()