Home
last modified time | relevance | path

Searched defs:v8Value (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DOptionsObject.cpp68 v8::Local<v8::Value> v8Value; in getKeyBool() local
81 v8::Local<v8::Value> v8Value; in getKeyInt32() local
94 v8::Local<v8::Value> v8Value; in getKeyString() local
108 v8::Local<v8::Value> v8Value; in getKeyDOMStringList() local
128 v8::Local<v8::Value> v8Value; in getKeyKeyRange() local
DIDBBindingUtilities.cpp58 bool getValueFrom(T indexOrName, v8::Handle<v8::Value>& v8Value) in getValueFrom()
68 bool setValue(v8::Handle<v8::Value>& v8Object, T indexOrName, const v8::Handle<v8::Value>& v8Value) in setValue()
88 …<v8::Value>& object, const IDBKeyPathElement& keyPathElement, const v8::Handle<v8::Value>& v8Value) in set()
138 v8::Handle<v8::Value> v8Value(value->deserialize()); in createIDBKeyFromSerializedValueAndKeyPath() local
151 v8::Handle<v8::Value> v8Value(value->deserialize()); in injectIDBKeyIntoSerializedValue() local
DScriptValue.h155 v8::Handle<v8::Value> v8Value() const { return m_value; } in v8Value() function
DScriptObject.cpp86 v8::Local<v8::Value> v8Value = scope.global()->Get(v8::String::New(name)); in get() local
DV8Binding.cpp591 v8::Local<v8::Value> v8Value(v8::Local<v8::Value>::New(value)); in v8ValueToWebCoreDOMStringList() local
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8StorageCustom.cpp95 …Handle<v8::Value> storageSetter(v8::Local<v8::String> v8Name, v8::Local<v8::Value> v8Value, const … in storageSetter()