Changeset 16613 in webkit for trunk/JavaScriptCore/kjs/function.h


Ignore:
Timestamp:
Sep 28, 2006, 2:11:30 AM (19 years ago)
Author:
mjs
Message:

Reviewed by Mitz.

  • fixed REGRESSION (r16606): javascriptCore Crash on website load


Plus style fixes.


  • fixed some possible off-by-one bugs
  • use indexing, not iterators, for Vectors
  • store Vector by pointer instead of by value to avoid blowing out FunctionImp size


  • kjs/function.cpp: (KJS::FunctionImp::addParameter): (KJS::FunctionImp::parameterString): (KJS::FunctionImp::processParameters): (KJS::FunctionImp::lengthGetter): (KJS::FunctionImp::getParameterName):
  • kjs/function.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.