Changeset 196276 in webkit for trunk/Source/JavaScriptCore/builtins/GlobalObject.js
- Timestamp:
- Feb 8, 2016, 3:14:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/builtins/GlobalObject.js
r196022 r196276 52 52 } 53 53 54 function isObject(object)55 {56 "use strict";57 58 return (object !== null && typeof object === "object") || typeof object === "function";59 }60 61 54 function isDictionary(object) 62 55 {
Note:
See TracChangeset
for help on using the changeset viewer.