Searched defs:ScriptValue (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.h48 class JS_EXPORT_PRIVATE ScriptValue { class in namespace:Deprecated
50 ScriptValue() { } function in class:Deprecated::ScriptValue
51 ScriptValue(JSC::VM& vm, JSC::JSValue value) : m_value(vm, value) { } function in class:Deprecated::ScriptValue
H A DScriptValue.cpp[all...]

Completed in 179 milliseconds