Herbert Vojčík
|
058d10b9c9
smalltalk.addMethod does not use explicit js selector.
|
11 years ago |
Nicolas Petton
|
4885ebfd26
Formatting changes of JSObjectProxy >> doesNotUndertand:
|
11 years ago |
Nicolas Petton
|
c1aeb3962d
Cosmetic newline after method comment in JSObjectProxy >> lookupProperty:
|
11 years ago |
Nicolas Petton
|
a6450fdd41
Block context creation refactoring
|
11 years ago |
Nicolas Petton
|
e6885e2532
- Fixed AIContext >> selector
|
11 years ago |
Nicolas Petton
|
2c2f723a7c
- Context handling in blocks
|
11 years ago |
Nicolas Petton
|
c335c8bc88
Merge branch 'master' into helios
|
11 years ago |
Nicolas Petton
|
66a3b1c3fd
Merge pull request #449 from herby/optimized-forward
|
11 years ago |
Herbert Vojčík
|
fb6f8cbf62
asJavaScriptSelector commented, moved to Kernel-Objects
|
11 years ago |
Herbert Vojčík
|
a2cb804f1f
JSObjectProxy: removing old methods
|
11 years ago |
Herbert Vojčík
|
48a6a0d2f2
dnu: lookupProperty:, forwardMessage:WithArguments: used
|
11 years ago |
Herbert Vojčík
|
b1bc36deb2
Optimizes pieces of forwarding code.
|
11 years ago |
Nicolas Petton
|
5208d752de
Use Package >> commit
|
11 years ago |
Nicolas Petton
|
76b078a4c5
Merge branch 'master' into helios
|
11 years ago |
Nicolas Petton
|
2234d73f87
Use Package >> commit to commit package
|
11 years ago |
Nicolas Petton
|
be7d7988d9
Fix for Package committing
|
11 years ago |
Nicolas Petton
|
c6563b3375
- Moved committing logic into PackageHandler
|
11 years ago |
Nicolas Petton
|
d5760083d5
Package cleanup
|
11 years ago |
Nicolas Petton
|
ea174e021c
- Renamed PackageLoader to PackageHandler
|
11 years ago |
Nicolas Petton
|
a67b78b1ba
Merge branch 'master' into helios
|
11 years ago |
Nicolas Petton
|
b0eef55616
Fix to actually inline #ifNotNil:ifNil:
|
11 years ago |
Nicolas Petton
|
a654937085
Merge branch 'master' into helios
|
11 years ago |
Nicolas Petton
|
260fd9f23f
Merge pull request #443 from herby/parser
|
11 years ago |
Nicolas Petton
|
ffcf53a4bf
- Fixed Object >> ifNil:ifNotNil:
|
11 years ago |
Nicolas Petton
|
62c24efcba
- Inliner cleanup, removal of IRNonLocalReturnInliner
|
11 years ago |
Herbert Vojčík
|
ea33b05f3f
Can have symbols for binary selectors.
|
11 years ago |
Herbert Vojčík
|
e01722a2a7
Allows write #(#on:do: #Object) as #(on:do: Object)
|
11 years ago |
Herbert Vojčík
|
6adcd5067a
Fixed symbol, #ab'cd' is now error, not #abcd.
|
11 years ago |
Herbert Vojčík
|
96253150d3
parser: you can write #(4 #(5 6 #()) 7) as #(4 (5 6 ()) 7)
|
11 years ago |
Herbert Vojčík
|
8e772483eb
Fixed dynamic array and friends allowed in literal array.
|
11 years ago |