Changeset 209793 in webkit for trunk/Source/JavaScriptCore/API/JSValueRef.cpp
- Timestamp:
- Dec 13, 2016, 11:20:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSValueRef.cpp
r209792 r209793 402 402 JSValue jsValue = toJS(exec, value); 403 403 404 auto stringRef(OpaqueJSString::create(jsValue.to WTFString(exec)));404 auto stringRef(OpaqueJSString::create(jsValue.toString(exec)->value(exec))); 405 405 if (handleExceptionIfNeeded(exec, exception) == ExceptionStatus::DidThrow) 406 406 stringRef = nullptr;
Note:
See TracChangeset
for help on using the changeset viewer.