beard%netscape.com
|
4873ce7882
|
Fixed unitialized static class members.
|
2000-06-27 03:43:40 +00:00 |
|
beard%netscape.com
|
7b2b4a1e2f
|
addSlot -> defineSlot, added defineStatic.
|
2000-06-27 03:42:42 +00:00 |
|
brendan%mozilla.org
|
9f75641ee2
|
Not again\!
|
2000-06-27 03:29:49 +00:00 |
|
beard%netscape.com
|
74e8d0a780
|
Fixed type management.
|
2000-06-27 03:21:33 +00:00 |
|
brendan%mozilla.org
|
af94bec8f7
|
Fix my stupid missing comma bustage.
|
2000-06-27 03:17:47 +00:00 |
|
rogerl%netscape.com
|
fbdb3fe1c1
|
lots of stuff me and Patrick did
|
2000-06-27 02:39:32 +00:00 |
|
brendan%mozilla.org
|
6afe0ed1a7
|
Fix JS_SetPrototype and __proto__ setting to deal with shared scopes; use JSObjectOps for setProto and setParent operations, and add spare op slots (41126, r=shaver@mozilla.org,pschwartau@netscape.com).
|
2000-06-27 02:37:25 +00:00 |
|
beard%netscape.com
|
965f10e915
|
JSValue::operator==: added CASE(type) to fix warning.
|
2000-06-26 17:47:07 +00:00 |
|
beard%netscape.com
|
f276cc3dfd
|
added JSObject::deleteProperty(), and changed mName in JSType to be a JSString. Need to revisit other uses of String soon.
|
2000-06-26 17:42:20 +00:00 |
|
beard%netscape.com
|
07dff8c5d1
|
simplified string addition
|
2000-06-26 17:25:25 +00:00 |
|
beard%netscape.com
|
fef138fae2
|
defined JSStringBase, and constructors from in JSString
|
2000-06-26 17:24:57 +00:00 |
|
beard%netscape.com
|
769d11bcbf
|
String addition: don't share structure with LHS.
|
2000-06-26 17:09:27 +00:00 |
|
beard%netscape.com
|
45301bb589
|
added constructor from JSString&.
|
2000-06-26 16:55:01 +00:00 |
|
beard%netscape.com
|
3a78e14938
|
Reset register usage after generating each initializer statement.
|
2000-06-26 15:19:45 +00:00 |
|
beard%netscape.com
|
714e109074
|
Simplified NEW_CLASS, using a single do .. while loop, introducing nextPC instruction iterator to simplify initial case. now calls all defined constructors.
|
2000-06-26 15:06:36 +00:00 |
|
beard%netscape.com
|
07d6ee2613
|
Only call non-null constructors.
|
2000-06-25 17:04:38 +00:00 |
|
beard%netscape.com
|
40e53d46ea
|
Conditionally set constructor, if it has any instructions.
|
2000-06-25 17:04:01 +00:00 |
|
beard%netscape.com
|
21f549896a
|
updated dependencies
|
2000-06-25 16:44:29 +00:00 |
|
beard%netscape.com
|
d6c6cc31bb
|
check for non-null superClass
|
2000-06-25 16:43:25 +00:00 |
|
beard%netscape.com
|
5d311184e2
|
hooked up superClass' scope as the prototype of a class's scope, to do method inheritance, removed bogus JSInstance::getSlotCount(), which overcounted slots.
|
2000-06-25 16:35:33 +00:00 |
|
beard%netscape.com
|
728580c6f8
|
Added calls to superClass constructors.
|
2000-06-24 22:42:43 +00:00 |
|
beard%netscape.com
|
e41bd745dd
|
JSInstance::getSlotCount() no longer recursive.
|
2000-06-24 22:42:15 +00:00 |
|
beard%netscape.com
|
7b76b9503a
|
Beginning support for superclass slots.
|
2000-06-24 22:07:00 +00:00 |
|
beard%netscape.com
|
36eef7adea
|
Added emptyArgs, removed unused return value in readEvalFile
|
2000-06-24 05:42:51 +00:00 |
|
beard%netscape.com
|
a6493add9f
|
enable RTTI
|
2000-06-24 05:36:52 +00:00 |
|
beard%netscape.com
|
b877fde64f
|
VC++ doesn't like local classes in templates.
|
2000-06-24 05:36:09 +00:00 |
|
beard%netscape.com
|
c5298ced1d
|
major surgery to enable the "load()" native function.
|
2000-06-24 05:25:33 +00:00 |
|
beard%netscape.com
|
46c0a7c5a8
|
Experiment with looking up methods in the prototype chain.
|
2000-06-24 05:22:23 +00:00 |
|
beard%netscape.com
|
c337fff76a
|
Always use the target object, regardless of where a method property is found along the prototype chain.
|
2000-06-24 05:21:49 +00:00 |
|
beard%netscape.com
|
8558f071a4
|
When generating a reference to "this" use the current code generator's mClass when appropriate.
|
2000-06-24 05:21:03 +00:00 |
|
rginda%netscape.com
|
486d1cc51a
|
fixing source stepping (opcode stepping to come back later)
debugger is now quiet by default.
|
2000-06-24 02:53:29 +00:00 |
|
beard%netscape.com
|
27b088f22a
|
Removed JSType::isClassType().
|
2000-06-24 02:51:34 +00:00 |
|
beard%netscape.com
|
565b0389db
|
Added JSClass::get/setConstructor().
|
2000-06-24 02:51:03 +00:00 |
|
beard%netscape.com
|
9fd0505086
|
Added call to constructor when executing NEW_CLASS.
|
2000-06-24 02:50:23 +00:00 |
|
beard%netscape.com
|
47638a00c7
|
Generating default constructor to run slot initializers.
|
2000-06-24 02:49:45 +00:00 |
|
beard%netscape.com
|
146e187c7b
|
testCompile() is static
|
2000-06-24 01:04:58 +00:00 |
|
rogerl%netscape.com
|
e497a7809f
|
typing 'this'
|
2000-06-24 01:02:34 +00:00 |
|
rogerl%netscape.com
|
432c8b3cdc
|
Got newClass working, added printProperties for instances, some slot
stuff is happening.
|
2000-06-24 00:50:59 +00:00 |
|
beard%netscape.com
|
f304229d7f
|
added NEW_CLASS instruction, to instantiate classes.
|
2000-06-23 23:49:48 +00:00 |
|
beard%netscape.com
|
35b239cd47
|
added NEW_CLASS instruction.
|
2000-06-23 23:49:17 +00:00 |
|
rogerl%netscape.com
|
e939fbddc4
|
Adding slot handling to code gen.
|
2000-06-23 23:43:24 +00:00 |
|
beard%netscape.com
|
841b79b5eb
|
added NEW_CLASS instruction.
|
2000-06-23 23:41:27 +00:00 |
|
beard%netscape.com
|
da108e7b96
|
Added JSClass::hasSlot, getSlotCount(), and JSInstance.
|
2000-06-23 23:25:55 +00:00 |
|
beard%netscape.com
|
9f413f408b
|
JSValue::type now JSType* instead of const JSType*, all predefined JSType objects no longer const as well.
|
2000-06-23 23:25:14 +00:00 |
|
rogerl%netscape.com
|
89515e83dc
|
Removed FUNCTION instruction, other class related junk.
|
2000-06-23 22:53:09 +00:00 |
|
rginda%netscape.com
|
da45d9b0eb
|
Added debugger opcode, change InstructionMap to a std::map, print source lines while tracing
|
2000-06-23 22:27:17 +00:00 |
|
rogerl%netscape.com
|
ea920b48c8
|
Add return statement if the function doesn't end with one
|
2000-06-23 21:20:03 +00:00 |
|
beard%netscape.com
|
da19218b3e
|
added assertion to ensure that mPC is always valid before fetching the next instruction.
|
2000-06-23 06:10:14 +00:00 |
|
beard%netscape.com
|
95adc8b187
|
Additional JSClass processing: defining slots, generating methods.
|
2000-06-23 05:13:04 +00:00 |
|
beard%netscape.com
|
ca9001f387
|
When using a JSScope that has a parent scope, don't bother defining the standard properties, they will be shared.
|
2000-06-23 05:10:46 +00:00 |
|