Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDictionary.cpp104 v8::Handle<v8::String> v8Key = v8String(m_isolate, key); in hasProperty() local
105 if (!options->Has(v8Key)) in hasProperty()
120 v8::Handle<v8::String> v8Key = v8String(m_isolate, key); in getKey() local
121 if (!options->Has(v8Key)) in getKey()
123 value = options->Get(v8Key); in getKey()
DIDBBindingUtilities.cpp317 …v8::Handle<v8::Value> v8Key(getNthValueOnKeyPath(isolate, v8Value, keyPathElements, keyPathElement… in createIDBKeyFromScriptValueAndKeyPathInternal() local
318 if (v8Key.IsEmpty()) in createIDBKeyFromScriptValueAndKeyPathInternal()
320 return createIDBKeyFromValue(isolate, v8Key, allowExperimentalTypes); in createIDBKeyFromScriptValueAndKeyPathInternal()