source: webkit/trunk/JavaScriptCore/kjs@ 4363

Name Size Rev Age Author Last Change
../
.cvsignore 86 bytes 903   23 years darin * kjs/grammar.y: Took out Id tag so we won't constantly need to …
array_instance.h 2.5 KB 3373   22 years darin More copyright fixes.
array_object.cpp 23.1 KB 3478   22 years darin Reviewed by Maciej. - fixed 3144918 -- Can't drill down …
array_object.h 2.1 KB 3015   22 years mjs Revert stuff I committed by mistake.
array_object.lut.h 1.2 KB 901   23 years mjs Turned JavaScriptCore into a framework, and made it build with Project …
bool_object.cpp 4.2 KB 3373   22 years darin More copyright fixes.
bool_object.h 2.6 KB 2783   23 years darin - decrease ref/deref -- 5% speedup in iBench * …
collector.cpp 11.9 KB 3373   22 years darin More copyright fixes.
collector.h 2.3 KB 3373   22 years darin More copyright fixes.
completion.h 1.9 KB 3745   22 years darin Reviewed by Maciej. - got rid of some framework …
config.h 322 bytes 2933   22 years mjs Reviewed by: NOBODY (OOPS!) Set things up so JavaScriptCore builds …
context.h 2.3 KB 3373   22 years darin More copyright fixes.
create_hash_table 3.7 KB 798   23 years mjs Merged changes from LABYRINTH_KDE_3_MERGE branch.
date_object.cpp 31.7 KB 3789   22 years darin Reviewed by Ken. - fixed 3193099 -- date parsing can't handle the …
date_object.h 3.7 KB 3327   22 years darin Reviewed by Ken. - rolled in a change from the KJS folks Fixes a …
date_object.lut.h 4.3 KB 2655   23 years darin - fixed 3073230 -- JavaScript time calls do I/O by lstat()ing …
debugger.cpp 3.3 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
debugger.h 7.7 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
dtoa.cpp 66.6 KB 2913   22 years mjs Reviewed by: Darin Adler - fixed Deployment build. * …
dtoa.h 1.1 KB 3373   22 years darin More copyright fixes.
error_object.cpp 5.3 KB 4363   22 years mjs JavaScriptCore: Reviewed by Darin. - fixed 3254484 - Add a …
error_object.h 2.7 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
fpconst.cpp 1.8 KB 4206   22 years darin Reviewed by John. - fixed 2959353 -- eliminate globally initialized …
function.cpp 14.5 KB 3373   22 years darin More copyright fixes.
function.h 4.5 KB 3745   22 years darin Reviewed by Maciej. - got rid of some framework …
function_object.cpp 8.6 KB 3745   22 years darin Reviewed by Maciej. - got rid of some framework …
function_object.h 2.4 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
grammar.cpp 80.7 KB 3313   22 years darin Reviewed by Maciej. - turned more recursion into iteration, and …
grammar.cpp.h 2.0 KB 3215   22 years darin Reviewed by Don and Maciej. - follow-on to my fix for 3134693 that …
grammar.h 2.0 KB 3215   22 years darin Reviewed by Don and Maciej. - follow-on to my fix for 3134693 that …
grammar.y 21.1 KB 3313   22 years darin Reviewed by Maciej. - turned more recursion into iteration, and …
identifier.cpp 8.2 KB 4206   22 years darin Reviewed by John. - fixed 2959353 -- eliminate globally initialized …
identifier.h 4.4 KB 4206   22 years darin Reviewed by John. - fixed 2959353 -- eliminate globally initialized …
internal.cpp 26.0 KB 4363   22 years mjs JavaScriptCore: Reviewed by Darin. - fixed 3254484 - Add a …
internal.h 11.2 KB 4087   22 years mjs Reviewed by Don. - JavaScriptCore part of fix for 3158769 - …
interpreter.cpp 6.6 KB 4363   22 years mjs JavaScriptCore: Reviewed by Darin. - fixed 3254484 - Add a …
interpreter.h 12.6 KB 4363   22 years mjs JavaScriptCore: Reviewed by Darin. - fixed 3254484 - Add a …
keywords.table 982 bytes 798   23 years mjs Merged changes from LABYRINTH_KDE_3_MERGE branch.
kjs-test 286 bytes 654   23 years mjs Top level: * Tests/harness.c: (runtest): Run regression tests with …
kjs-test.chk 210 bytes 883   23 years mjs Top level: Fix the regression tests: * …
lexer.cpp 19.0 KB 2800   23 years darin - add self-check to property map in hopes of finding the cnet.com bug …
lexer.h 3.8 KB 1623   23 years darin JavaScriptCore: * kjs/*: Roll KDE 3.0.2 changes in. Also …
lexer.lut.h 2.9 KB 901   23 years mjs Turned JavaScriptCore into a framework, and made it build with Project …
list.cpp 7.5 KB 4156   22 years mjs Reviewed by Ken. Improved List pool for 3% speed improvement on …
list.h 6.3 KB 3373   22 years darin More copyright fixes.
lookup.cpp 2.6 KB 3373   22 years darin More copyright fixes.
lookup.h 9.2 KB 3373   22 years darin More copyright fixes.
Makefile.am 680 bytes 3456   22 years darin Reviewed by Maciej. * kjs/Makefile.am: Add dependencies so …
math_object.cpp 7.2 KB 2783   23 years darin - decrease ref/deref -- 5% speedup in iBench * …
math_object.h 1.8 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
math_object.lut.h 2.3 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
nodes2string.cpp 11.7 KB 3373   22 years darin More copyright fixes.
nodes.cpp 60.1 KB 4363   22 years mjs JavaScriptCore: Reviewed by Darin. - fixed 3254484 - Add a …
nodes.h 27.3 KB 4363   22 years mjs JavaScriptCore: Reviewed by Darin. - fixed 3254484 - Add a …
number_object.cpp 5.9 KB 3640   22 years darin Reviewed by Dave. - fixed 3145442 -- toString(16) is not …
number_object.h 2.9 KB 3338   22 years darin Reviewed by Maciej. - rolled in a change from the KJS folks …
number_object.lut.h 645 bytes 901   23 years mjs Turned JavaScriptCore into a framework, and made it build with Project …
object.cpp 12.8 KB 4191   22 years darin Reviewed by Maciej. - a couple improvements that give a 6.6% …
object.h 24.3 KB 3373   22 years darin More copyright fixes.
object_object.cpp 4.1 KB 2783   23 years darin - decrease ref/deref -- 5% speedup in iBench * …
object_object.h 2.3 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
operations.cpp 6.1 KB 1623   23 years darin JavaScriptCore: * kjs/*: Roll KDE 3.0.2 changes in. Also …
operations.h 2.5 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
property_map.cpp 14.5 KB 4188   22 years darin Reviewed by Maciej. - move from linear probing to double …
property_map.h 2.7 KB 4188   22 years darin Reviewed by Maciej. - move from linear probing to double …
reference.cpp 4.6 KB 3373   22 years darin More copyright fixes.
reference.h 2.4 KB 3373   22 years darin More copyright fixes.
reference_list.cpp 3.3 KB 3373   22 years darin More copyright fixes.
reference_list.h 1.8 KB 3373   22 years darin More copyright fixes.
regexp.cpp 4.3 KB 4206   22 years darin Reviewed by John. - fixed 2959353 -- eliminate globally initialized …
regexp.h 1.8 KB 2933   22 years mjs Reviewed by: NOBODY (OOPS!) Set things up so JavaScriptCore builds …
regexp_object.cpp 7.9 KB 3373   22 years darin More copyright fixes.
regexp_object.h 2.7 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
scope_chain.cpp 2.1 KB 3490   22 years darin Reviewed by John. * kjs/scope_chain.cpp: Rolled out the fix …
scope_chain.h 1.9 KB 3373   22 years darin More copyright fixes.
simple_number.h 1.8 KB 3373   22 years darin More copyright fixes.
string_object.cpp 18.0 KB 3373   22 years darin More copyright fixes.
string_object.h 3.7 KB 2783   23 years darin - decrease ref/deref -- 5% speedup in iBench * …
string_object.lut.h 2.6 KB 1623   23 years darin JavaScriptCore: * kjs/*: Roll KDE 3.0.2 changes in. Also …
test.js 464 bytes 6   24 years kocienda Imported sources from kde-2.2 distribution
testkjs.cpp 4.2 KB 3342   22 years mjs Reviewed by Darin. - made minor tweaks to work better with Mozilla's …
types.h 1016 bytes 2834   23 years darin - prepare to reimplement KJS::List; move to its own file, add …
ustring.cpp 15.8 KB 4206   22 years darin Reviewed by John. - fixed 2959353 -- eliminate globally initialized …
ustring.h 12.4 KB 4206   22 years darin Reviewed by John. - fixed 2959353 -- eliminate globally initialized …
value.cpp 8.7 KB 3373   22 years darin More copyright fixes.
value.h 11.6 KB 3373   22 years darin More copyright fixes.
  • Property svn:ignore set to
    Makefile.in
    Makefile
    testkjs
    .deps
    *-stamp
    .libs
    kjs-test.diff
    kjs-test.out
    .dirstamp
Note: See TracBrowser for help on using the repository browser.