HomeSort by relevance Sort by last modified time
    Searched refs:ProtectedJSValue (Results 1 - 5 of 5) sorted by null

  /external/webkit/JavaScriptCore/runtime/
Protect.h 90 class ProtectedJSValue {
92 ProtectedJSValue() {}
93 ProtectedJSValue(JSValue value);
94 ProtectedJSValue(const ProtectedJSValue&);
95 ~ProtectedJSValue();
97 template <class U> ProtectedJSValue(const ProtectedPtr<U>&);
106 ProtectedJSValue& operator=(const ProtectedJSValue&);
107 ProtectedJSValue& operator=(JSValue)
    [all...]
  /external/webkit/WebCore/bindings/js/
ScheduledAction.h 63 JSC::ProtectedJSValue m_function;
64 Vector<JSC::ProtectedJSValue> m_args;
JSDataGridDataSource.h 57 JSC::ProtectedJSValue m_dataSource;
ScriptValue.h 62 JSC::ProtectedJSValue m_value;
  /external/webkit/JavaScriptGlue/
JSValueWrapper.h 46 ProtectedJSValue fValue;

Completed in 174 milliseconds