source: webkit/trunk/JavaScriptCore/kjs@ 2779

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_object.cpp 20.4 KB 2777   23 years darin - add a couple of list operations to avoid clearing lists so much …
array_object.h 3.4 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
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 1824   23 years mjs Phase one of the "fixnum" optimization (storing small enough integers …
bool_object.h 2.6 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
collector.cpp 11.9 KB 2779   23 years mjs JavaScriptCore: Rewrote garbage collector to make blocks of actual …
collector.h 2.2 KB 2779   23 years mjs JavaScriptCore: Rewrote garbage collector to make blocks of actual …
completion.cpp 1.2 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
completion.h 1.9 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
config.h 232 bytes 2249   23 years darin * kjs/config.h: Define HAVE_FUNC_STRTOLL. * kjs/function.cpp: …
create_hash_table 3.7 KB 798   23 years mjs Merged changes from LABYRINTH_KDE_3_MERGE branch.
date_object.cpp 30.9 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
date_object.h 3.7 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
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: * …
error_object.cpp 5.1 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
error_object.h 2.7 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
function.cpp 13.3 KB 2779   23 years mjs JavaScriptCore: Rewrote garbage collector to make blocks of actual …
function.h 4.0 KB 2779   23 years mjs JavaScriptCore: Rewrote garbage collector to make blocks of actual …
function_object.cpp 8.6 KB 2778   23 years darin - on the road to killing ActivationImp * kjs/function.h: Add …
function_object.h 2.4 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
grammar.cpp 78.2 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
grammar.cpp.h 2.0 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
grammar.h 2.0 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
grammar.y 21.5 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
identifier.cpp 6.2 KB 2776   23 years darin - atomic identifiers; gives another 6.5% in the iBench suite …
identifier.h 4.1 KB 2776   23 years darin - atomic identifiers; gives another 6.5% in the iBench suite …
internal.cpp 25.0 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
internal.h 11.5 KB 2778   23 years darin - on the road to killing ActivationImp * kjs/function.h: Add …
interpreter.cpp 6.0 KB 2757   23 years darin - another hash table fix; yields a 2% improvement on iBench JavaScript …
interpreter.h 12.5 KB 2778   23 years darin - on the road to killing ActivationImp * kjs/function.h: Add …
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 2772   23 years darin - a few more globals for often-used property names - conversion to …
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 …
lookup.cpp 2.6 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
lookup.h 9.2 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
Makefile.am 937 bytes 1244   23 years darin * Makefile.am: * kjs/Makefile.am: Slight improvements …
math_object.cpp 7.2 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
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 2766   23 years darin JavaScriptCore: - next step towards atomic identifiers; Identifier …
nodes.cpp 59.0 KB 2778   23 years darin - on the road to killing ActivationImp * kjs/function.h: Add …
nodes.h 27.2 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
number_object.cpp 5.4 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
number_object.h 2.9 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
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 2772   23 years darin - a few more globals for often-used property names - conversion to …
object.h 23.1 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
object_object.cpp 4.1 KB 1799   23 years darin top level: * …
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 6.8 KB 2777   23 years darin - add a couple of list operations to avoid clearing lists so much …
property_map.h 2.2 KB 2776   23 years darin - atomic identifiers; gives another 6.5% in the iBench suite …
reference.cpp 4.3 KB 2766   23 years darin JavaScriptCore: - next step towards atomic identifiers; Identifier …
reference.h 2.3 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
reference_list.cpp 3.2 KB 1841   23 years mjs Next step: reimplement ReferenceList from scratch, and store it as an …
reference_list.h 1.8 KB 1844   23 years mjs * kjs/reference_list.h: Must include headers with "", not <>. D'oh!
regexp.cpp 4.3 KB 1791   23 years darin JavaScriptCore: Some string speedups. Makes sony.com cached 11% …
regexp.h 1.9 KB 1623   23 years darin JavaScriptCore: * kjs/*: Roll KDE 3.0.2 changes in. Also …
regexp_object.cpp 7.7 KB 2766   23 years darin JavaScriptCore: - next step towards atomic identifiers; Identifier …
regexp_object.h 2.7 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
simple_number.h 1.8 KB 2167   23 years darin - fixed 3057964 -- JS problem performing MD5 script embedded in yahoo …
string_object.cpp 17.9 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
string_object.h 3.7 KB 2760   23 years darin JavaScriptCore: - a first step towards atomic identifiers in …
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 3.5 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
types.cpp 6.3 KB 2777   23 years darin - add a couple of list operations to avoid clearing lists so much …
types.h 5.4 KB 2777   23 years darin - add a couple of list operations to avoid clearing lists so much …
ustring.cpp 13.7 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
ustring.h 12.6 KB 2772   23 years darin - a few more globals for often-used property names - conversion to …
value.cpp 8.1 KB 1850   23 years mjs Final step of the Reference change. Completely separate Reference …
value.h 11.5 KB 1861   23 years mjs Remove stray references to CompletionType and CompletionImp. …
  • 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.