Changeset 134460 in webkit for trunk/Source/JavaScriptCore/runtime/JSBoundFunction.cpp
- Timestamp:
- Nov 13, 2012, 11:58:18 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSBoundFunction.cpp
r131088 r134460 89 89 } 90 90 91 void JSBoundFunction::destroy(JSCell* cell) 92 { 93 static_cast<JSBoundFunction*>(cell)->JSBoundFunction::~JSBoundFunction(); 94 } 95 91 96 bool JSBoundFunction::customHasInstance(JSObject* object, ExecState* exec, JSValue value) 92 97 {
Note:
See TracChangeset
for help on using the changeset viewer.