Changeset 182297 in webkit for trunk/Source/JavaScriptCore/API/JSValue.mm
- Timestamp:
- Apr 2, 2015, 5:09:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSValue.mm
r181485 r182297 355 355 { 356 356 return JSValueIsObject([_context JSGlobalContextRef], m_value); 357 } 358 359 - (BOOL)isArray 360 { 361 return JSValueIsArray([_context JSGlobalContextRef], m_value); 362 } 363 364 - (BOOL)isDate 365 { 366 return JSValueIsDate([_context JSGlobalContextRef], m_value); 357 367 } 358 368
Note:
See TracChangeset
for help on using the changeset viewer.