Changeset 34007 in webkit for trunk/JavaScriptCore/kjs/function_object.cpp
- Timestamp:
- May 21, 2008, 10:02:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function_object.cpp
r33979 r34007 173 173 174 174 functionBody->setSource(SourceRange(source, 0, source->length())); 175 ScopeChain scopeChain(exec->lexicalGlobalObject() );175 ScopeChain scopeChain(exec->lexicalGlobalObject(), exec->globalThisValue()); 176 176 177 177 FunctionImp* fimp = new FunctionImp(exec, functionName, functionBody.get(), scopeChain.node());
Note:
See TracChangeset
for help on using the changeset viewer.