Changeset 186076 in webkit for trunk/Source/JavaScriptCore/bindings
- Timestamp:
- Jun 29, 2015, 12:04:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bindings/ScriptValue.h
r178820 r186076 52 52 virtual ~ScriptValue(); 53 53 54 operator JSC::JSValue() const { return jsValue(); } 54 55 JSC::JSValue jsValue() const { return m_value.get(); } 55 56 bool getString(JSC::ExecState*, String& result) const;
Note:
See TracChangeset
for help on using the changeset viewer.