Searched refs:v8Key (Results 1 – 2 of 2) sorted by relevance
104 v8::Handle<v8::String> v8Key = v8String(m_isolate, key); in hasProperty() local105 if (!options->Has(v8Key)) in hasProperty()120 v8::Handle<v8::String> v8Key = v8String(m_isolate, key); in getKey() local121 if (!options->Has(v8Key)) in getKey()123 value = options->Get(v8Key); in getKey()
317 …v8::Handle<v8::Value> v8Key(getNthValueOnKeyPath(isolate, v8Value, keyPathElements, keyPathElement… in createIDBKeyFromScriptValueAndKeyPathInternal() local318 if (v8Key.IsEmpty()) in createIDBKeyFromScriptValueAndKeyPathInternal()320 return createIDBKeyFromValue(isolate, v8Key, allowExperimentalTypes); in createIDBKeyFromScriptValueAndKeyPathInternal()