../
|
array_instance.h
|
2.5 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
array_object.cpp
|
26.0 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
array_object.h
|
2.2 KB
|
9539
|
20 years
|
ggaren |
JavaScriptCore:
Patch by Francisco Tolmasky <[email protected]>
- …
|
bool_object.cpp
|
4.2 KB
|
9078
|
20 years
|
darin |
Reviewed by Dave Harrison.
- fixed problems preventing us …
|
bool_object.h
|
2.6 KB
|
2783
|
23 years
|
darin |
- decrease ref/deref -- 5% speedup in iBench
* …
|
collector.cpp
|
14.5 KB
|
9180
|
20 years
|
darin |
Reviewed by Maciej.
- got rid of code that depended on RTTI
…
|
collector.h
|
2.6 KB
|
9145
|
20 years
|
darin |
Reviewed by John.
- turn on conservative GC unconditionally …
|
completion.h
|
1.9 KB
|
6423
|
21 years
|
mjs |
Reviewed by Richard.
No more need for Completion or Reference to …
|
config.h
|
349 bytes
|
5028
|
22 years
|
darin |
Reviewed by Ken.
* kjs/config.h: Added HAVE_SYS_PARAM_H, …
|
context.h
|
2.5 KB
|
9404
|
20 years
|
ggaren |
Fixed: <rdar://problem/4151759> 'delete' fails on variables declared …
|
create_hash_table
|
4.7 KB
|
9553
|
20 years
|
eseidel |
Bug #: 3771
Submitted by: eseidel
Reviewed by: darin
* …
|
date_object.cpp
|
39.7 KB
|
9559
|
20 years
|
ggaren |
JavaScriptCore:
-landed patch by Carsten Guenther …
|
date_object.h
|
3.7 KB
|
9559
|
20 years
|
ggaren |
JavaScriptCore:
-landed patch by Carsten Guenther …
|
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
|
7239
|
21 years
|
darin |
Reviewed by Ken.
- fixed 43 Mozilla JavaScript tests
…
|
error_object.h
|
2.7 KB
|
1024
|
23 years
|
darin |
Merged KDE 3.0 final code in and:
JavaScriptCore:
* …
|
fast_malloc.cpp
|
178.9 KB
|
9009
|
20 years
|
mjs |
Reviewed by Richard.
<rdar://problem/4089734> JavaScript iBench can …
|
fast_malloc.h
|
1.8 KB
|
9009
|
20 years
|
mjs |
Reviewed by Richard.
<rdar://problem/4089734> JavaScript iBench can …
|
fpconst.cpp
|
1.8 KB
|
4206
|
22 years
|
darin |
Reviewed by John.
- fixed 2959353 -- eliminate globally initialized …
|
function.cpp
|
20.5 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
function.h
|
4.4 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
function_object.cpp
|
9.0 KB
|
7786
|
21 years
|
rjw |
Added simple JavaScript call tracing. Very useful for
…
|
function_object.h
|
2.6 KB
|
7105
|
21 years
|
kdecker |
Reviewed by Darin
Fixed <rdar://problem/3682340> (error console does …
|
grammar.y
|
21.7 KB
|
9445
|
20 years
|
mjs |
JavaScriptCore:
Reviewed by Darin(first pass) and Hyatt.
…
|
identifier.cpp
|
8.2 KB
|
9009
|
20 years
|
mjs |
Reviewed by Richard.
<rdar://problem/4089734> JavaScript iBench can …
|
identifier.h
|
4.7 KB
|
7185
|
21 years
|
kdecker |
Reviewed by Darin.
Rolled in changes from the latest KJS sources …
|
internal.cpp
|
30.4 KB
|
9404
|
20 years
|
ggaren |
Fixed: <rdar://problem/4151759> 'delete' fails on variables declared …
|
internal.h
|
13.6 KB
|
9551
|
20 years
|
ggaren |
-rolled in KDE fix to <rdar://problem/4167660> JavaScript fails to
…
|
interpreter.cpp
|
7.7 KB
|
8585
|
20 years
|
rjw |
WebCore:
Fixed <rdar://problem/3985118> DOM objects not being …
|
interpreter.h
|
15.3 KB
|
9554
|
20 years
|
eseidel |
Bug #: 3687
Submitted by: eseidel
Reviewed by: darin
* …
|
interpreter_map.cpp
|
4.2 KB
|
9501
|
20 years
|
mjs |
Reviewed by Darin.
- replace hash functions with better ones
…
|
interpreter_map.h
|
1.8 KB
|
6452
|
21 years
|
mjs |
JavaScriptCore:
Reviewed by Darin.
Preliminary change for …
|
keywords.table
|
979 bytes
|
9445
|
20 years
|
mjs |
JavaScriptCore:
Reviewed by Darin(first pass) and Hyatt.
…
|
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
|
20.5 KB
|
7507
|
21 years
|
mjs |
Reviewed by Richard.
<rdar://problem/3493140> REGRESSION (85-100): …
|
lexer.h
|
4.3 KB
|
7507
|
21 years
|
mjs |
Reviewed by Richard.
<rdar://problem/3493140> REGRESSION (85-100): …
|
list.cpp
|
8.0 KB
|
9179
|
20 years
|
darin |
Reviewed by Maciej.
- fix a failure seen in the Mozilla …
|
list.h
|
5.9 KB
|
9179
|
20 years
|
darin |
Reviewed by Maciej.
- fix a failure seen in the Mozilla …
|
lookup.cpp
|
2.6 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
lookup.h
|
13.8 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
math_object.cpp
|
7.1 KB
|
7239
|
21 years
|
darin |
Reviewed by Ken.
- fixed 43 Mozilla JavaScript tests
…
|
math_object.h
|
1.8 KB
|
2760
|
23 years
|
darin |
JavaScriptCore:
- a first step towards atomic identifiers in …
|
nodes2string.cpp
|
11.7 KB
|
3373
|
22 years
|
darin |
More copyright fixes.
|
nodes.cpp
|
62.3 KB
|
9558
|
20 years
|
ggaren |
-fixed <rdar://problem/4168186> JavaScript fails to throw exceptions
…
|
nodes.h
|
28.7 KB
|
9445
|
20 years
|
mjs |
JavaScriptCore:
Reviewed by Darin(first pass) and Hyatt.
…
|
number_object.cpp
|
13.0 KB
|
7222
|
21 years
|
darin |
Reviewed by Maciej.
- fixed 28 Mozilla JavaScript tests
…
|
number_object.h
|
3.0 KB
|
7185
|
21 years
|
kdecker |
Reviewed by Darin.
Rolled in changes from the latest KJS sources …
|
object.cpp
|
15.4 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
object.h
|
25.9 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
object_object.cpp
|
4.6 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
object_object.h
|
2.3 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
operations.cpp
|
6.7 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
operations.h
|
2.7 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
pointer_hash.h
|
1.9 KB
|
9501
|
20 years
|
mjs |
Reviewed by Darin.
- replace hash functions with better ones
…
|
property_map.cpp
|
18.8 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
property_map.h
|
2.8 KB
|
7281
|
21 years
|
darin |
Reviewed by Adele.
- fixed <rdar://problem/3746676> SAP …
|
protect.h
|
3.8 KB
|
9145
|
20 years
|
darin |
Reviewed by John.
- turn on conservative GC unconditionally …
|
protected_values.cpp
|
4.2 KB
|
9501
|
20 years
|
mjs |
Reviewed by Darin.
- replace hash functions with better ones
…
|
protected_values.h
|
1.6 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
reference.cpp
|
4.6 KB
|
9518
|
20 years
|
ggaren |
Reviewed by Darin.
-fixes …
|
reference.h
|
2.5 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
reference_list.cpp
|
3.3 KB
|
6452
|
21 years
|
mjs |
JavaScriptCore:
Reviewed by Darin.
Preliminary change for …
|
reference_list.h
|
1.8 KB
|
3373
|
22 years
|
darin |
More copyright fixes.
|
regexp.cpp
|
4.5 KB
|
7223
|
21 years
|
darin |
JavaScriptCore:
Reviewed by Dave.
- switch PCRE to …
|
regexp.h
|
1.7 KB
|
4482
|
22 years
|
darin |
Reviewed by Dave.
- fixed 3224031 -- can't search at rakuten.co.jp …
|
regexp_object.cpp
|
8.9 KB
|
7222
|
21 years
|
darin |
Reviewed by Maciej.
- fixed 28 Mozilla JavaScript tests
…
|
regexp_object.h
|
2.8 KB
|
7175
|
21 years
|
darin |
Reviewed by Ken.
- fixed a couple things making 5 Mozilla …
|
scope_chain.cpp
|
2.6 KB
|
7534
|
21 years
|
darin |
Reviewed by Kevin and Maciej.
- new function to support fix …
|
scope_chain.h
|
2.0 KB
|
9009
|
20 years
|
mjs |
Reviewed by Richard.
<rdar://problem/4089734> JavaScript iBench can …
|
simple_number.h
|
2.2 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
string_object.cpp
|
24.2 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
string_object.h
|
3.7 KB
|
9582
|
20 years
|
mjs |
JavaScriptCore:
Original patch from Mark Rowe …
|
test.js
|
464 bytes
|
6
|
24 years
|
kocienda |
Imported sources from kde-2.2 distribution
|
testkjs.cpp
|
5.0 KB
|
7239
|
21 years
|
darin |
Reviewed by Ken.
- fixed 43 Mozilla JavaScript tests
…
|
types.h
|
1016 bytes
|
2834
|
23 years
|
darin |
- prepare to reimplement KJS::List; move to its own file, add …
|
ustring.cpp
|
31.8 KB
|
9501
|
20 years
|
mjs |
Reviewed by Darin.
- replace hash functions with better ones
…
|
ustring.h
|
15.5 KB
|
9033
|
20 years
|
darin |
Reviewed by Maciej.
- speedups, total 12% on JavaScript …
|
value.cpp
|
10.0 KB
|
9145
|
20 years
|
darin |
Reviewed by John.
- turn on conservative GC unconditionally …
|
value.h
|
15.2 KB
|
9554
|
20 years
|
eseidel |
Bug #: 3687
Submitted by: eseidel
Reviewed by: darin
* …
|