Changeset 36546 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Sep 17, 2008, 1:17:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r36544 r36546 941 941 JSValue* result = CTI::execute(newCodeBlock->ctiCode, &newExec, &m_registerFile, r, scopeChain, newCodeBlock, exception); 942 942 #else 943 setScopeChain( scopeChain, scopeChainForCall(exec, functionBodyNode, newCodeBlock, scopeChain, r));943 setScopeChain(&newExec, scopeChain, scopeChainForCall(exec, functionBodyNode, newCodeBlock, scopeChain, r)); 944 944 JSValue* result = privateExecute(Normal, &newExec, &m_registerFile, r, scopeChain, newCodeBlock, exception); 945 945 #endif
Note:
See TracChangeset
for help on using the changeset viewer.