Searched refs:allowExperimentalTypes (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | IDBBindingUtilities.cpp | 170 …andle<v8::Value> value, Vector<v8::Handle<v8::Array> >& stack, bool allowExperimentalTypes = false) in createIDBKeyFromValue() argument 178 …if (value->IsUint8Array() && (allowExperimentalTypes || RuntimeEnabledFeatures::indexedDBExperimen… in createIDBKeyFromValue() 199 IDBKey* subkey = createIDBKeyFromValue(isolate, item, stack, allowExperimentalTypes); in createIDBKeyFromValue() 212 …eyFromValue(v8::Isolate* isolate, v8::Handle<v8::Value> value, bool allowExperimentalTypes = false) in createIDBKeyFromValue() argument 215 if (IDBKey* key = createIDBKeyFromValue(isolate, value, stack, allowExperimentalTypes)) in createIDBKeyFromValue() 307 …v8::Isolate* isolate, const ScriptValue& value, const String& keyPath, bool allowExperimentalTypes) in createIDBKeyFromScriptValueAndKeyPathInternal() argument 320 return createIDBKeyFromValue(isolate, v8Key, allowExperimentalTypes); in createIDBKeyFromScriptValueAndKeyPathInternal() 323 … isolate, const ScriptValue& value, const IDBKeyPath& keyPath, bool allowExperimentalTypes = false) in createIDBKeyFromScriptValueAndKeyPathInternal() argument 331 … = createIDBKeyFromScriptValueAndKeyPathInternal(isolate, value, array[i], allowExperimentalTypes); in createIDBKeyFromScriptValueAndKeyPathInternal() 340 …eIDBKeyFromScriptValueAndKeyPathInternal(isolate, value, keyPath.string(), allowExperimentalTypes); in createIDBKeyFromScriptValueAndKeyPathInternal() [all …]
|