Changeset 36778 in webkit for trunk/JavaScriptCore/kjs/operations.cpp
- Timestamp:
- Sep 22, 2008, 2:04:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/operations.cpp
r36764 r36778 116 116 } 117 117 118 JSValue* throwOutOfMemoryError(ExecState* exec)118 NEVER_INLINE JSValue* throwOutOfMemoryError(ExecState* exec) 119 119 { 120 120 JSObject* error = Error::create(exec, GeneralError, "Out of memory");
Note:
See TracChangeset
for help on using the changeset viewer.