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/core/v8/
DDictionary.cpp111 v8::Handle<v8::String> v8Key = v8String(m_isolate, key); in hasProperty() local
112 if (!options->Has(v8Key)) in hasProperty()
127 v8::Handle<v8::String> v8Key = v8String(m_isolate, key); in getKey() local
128 if (!options->Has(v8Key)) in getKey()
130 value = options->Get(v8Key); in getKey()
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
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()