Changeset 34037 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- May 22, 2008, 3:22:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r34036 r34037 1857 1857 registerFile->setSafeForReentry(true); 1858 1858 #if JAVASCRIPT_PROFILING 1859 JSValue* result = callEval(exec, static_cast<JSObject*>( v), thisObject, scopeChain, registerFile, r, argv, argc, exceptionValue);1859 JSValue* result = callEval(exec, static_cast<JSObject*>(funcVal), thisObject, scopeChain, registerFile, r, argv, argc, exceptionValue); 1860 1860 #else 1861 1861 JSValue* result = callEval(exec, thisObject, scopeChain, registerFile, r, argv, argc, exceptionValue);
Note:
See TracChangeset
for help on using the changeset viewer.