Changeset 34067 in webkit for trunk/JavaScriptCore/kjs/object.cpp
- Timestamp:
- May 23, 2008, 2:07:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.cpp
r34024 r34067 93 93 #endif 94 94 95 #if JAVASCRIPT_PROFILING96 95 Profiler::profiler()->willExecute(exec, this); 97 #endif98 96 99 97 JSValue *ret = callAsFunction(exec,thisObj,args); 100 98 101 #if JAVASCRIPT_PROFILING102 99 Profiler::profiler()->didExecute(exec, this); 103 #endif104 105 100 106 101 #if KJS_MAX_STACK > 0
Note:
See TracChangeset
for help on using the changeset viewer.