Changeset 47627 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Aug 21, 2009, 12:48:59 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r47519 r47627 3843 3843 if (codeBlock->usesArguments()) { 3844 3844 ASSERT(codeBlock->codeType() == FunctionCode); 3845 SymbolTable& symbolTable = codeBlock->symbolTable();3845 SymbolTable& symbolTable = *codeBlock->symbolTable(); 3846 3846 int argumentsIndex = symbolTable.get(functionCallFrame->propertyNames().arguments.ustring().rep()).getIndex(); 3847 3847 if (!functionCallFrame->r(argumentsIndex).jsValue()) {
Note:
See TracChangeset
for help on using the changeset viewer.