source: webkit/trunk/JavaScriptCore/kjs@ 2740

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 2738   23 years darin - simplified the ExecState class, which was showing up in profiles …
array_object.h 3.4 KB 2738   23 years darin - simplified the ExecState class, which was showing up in profiles …
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 9.4 KB 2483   23 years darin - changed to use #if APPLE_CHANGES and #if !APPLE_CHANGES consistently …
collector.h 3.6 KB 2483   23 years darin - changed to use #if APPLE_CHANGES and #if !APPLE_CHANGES consistently …
completion.cpp 1.2 KB 1869   23 years mjs Fixed the bug that made sony.com menus come out wrong and made aa.com …
completion.h 1.8 KB 1869   23 years mjs Fixed the bug that made sony.com menus come out wrong and made aa.com …
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 2674   23 years darin - fixed 3101243 -- excite passes date that can't be parsed, results in …
date_object.h 3.7 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
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.0 KB 1799   23 years darin top level: * …
error_object.h 2.7 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
function.cpp 12.5 KB 2736   23 years darin - fix worst speed problems on the sort page of the iBench JavaScript …
function.h 3.5 KB 1864   23 years mjs Maintain stack of old "arguments" property values for functions …
function_object.cpp 8.6 KB 2736   23 years darin - fix worst speed problems on the sort page of the iBench JavaScript …
function_object.h 2.4 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
grammar.cpp 78.2 KB 2735   23 years mjs Change ArgumentListNode operations to be iterative instead of …
grammar.cpp.h 2.0 KB 901   23 years mjs Turned JavaScriptCore into a framework, and made it build with Project …
grammar.h 2.0 KB 901   23 years mjs Turned JavaScriptCore into a framework, and made it build with Project …
grammar.y 21.6 KB 2735   23 years mjs Change ArgumentListNode operations to be iterative instead of …
internal.cpp 28.3 KB 2483   23 years darin - changed to use #if APPLE_CHANGES and #if !APPLE_CHANGES consistently …
internal.h 13.3 KB 2256   23 years darin - fixed 2992187 -- Should use curly quotes in status bar messages, …
interpreter.cpp 6.1 KB 2738   23 years darin - simplified the ExecState class, which was showing up in profiles …
interpreter.h 12.5 KB 2738   23 years darin - simplified the ExecState class, which was showing up in profiles …
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 1623   23 years darin JavaScriptCore: * kjs/*: Roll KDE 3.0.2 changes in. Also …
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 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
lookup.h 9.2 KB 1326   23 years darin JavaScriptCore: Merged in changes from KDE 3.0.1. * …
Makefile.am 937 bytes 1244   23 years darin * Makefile.am: * kjs/Makefile.am: Slight improvements …
math_object.cpp 7.2 KB 2173   23 years darin Fix the infinity problem Dave worked around. We didn't have the …
math_object.h 1.8 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
math_object.lut.h 2.3 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
nodes2string.cpp 11.4 KB 1799   23 years darin top level: * …
nodes.cpp 59.0 KB 2735   23 years mjs Change ArgumentListNode operations to be iterative instead of …
nodes.h 27.2 KB 1837   23 years mjs Phase 1 of optimization to stop allocating references through the …
number_object.cpp 5.4 KB 1799   23 years darin top level: * …
number_object.h 2.9 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
number_object.lut.h 645 bytes 901   23 years mjs Turned JavaScriptCore into a framework, and made it build with Project …
object.cpp 13.4 KB 2740   23 years darin - another string constant discovered that can be optimized * …
object.h 23.4 KB 2740   23 years darin - another string constant discovered that can be optimized * …
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 13.3 KB 2740   23 years darin - another string constant discovered that can be optimized * …
property_map.h 2.6 KB 2740   23 years darin - another string constant discovered that can be optimized * …
reference.cpp 4.3 KB 1850   23 years mjs Final step of the Reference change. Completely separate Reference …
reference.h 2.3 KB 1850   23 years mjs Final step of the Reference change. Completely separate Reference …
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.6 KB 1799   23 years darin top level: * …
regexp_object.h 2.7 KB 1623   23 years darin JavaScriptCore: * kjs/*: Roll KDE 3.0.2 changes in. Also …
simple_number.h 1.8 KB 2167   23 years darin - fixed 3057964 -- JS problem performing MD5 script embedded in yahoo …
string_object.cpp 17.1 KB 1824   23 years mjs Phase one of the "fixnum" optimization (storing small enough integers …
string_object.h 3.3 KB 1024   23 years darin Merged KDE 3.0 final code in and: JavaScriptCore: * …
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 1326   23 years darin JavaScriptCore: Merged in changes from KDE 3.0.1. * …
types.cpp 3.9 KB 2256   23 years darin - fixed 2992187 -- Should use curly quotes in status bar messages, …
types.h 5.4 KB 2256   23 years darin - fixed 2992187 -- Should use curly quotes in status bar messages, …
ustring.cpp 12.7 KB 2740   23 years darin - another string constant discovered that can be optimized * …
ustring.h 12.2 KB 2740   23 years darin - another string constant discovered that can be optimized * …
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.