Nicolas Petton
|
f595d9727d
- Renamed ClassBuilder >> installCompiled:forClass:category: to #installMethod:forClass:category
|
11 years ago |
Nicolas Petton
|
3e7c429aae
More improvements to the debugger
|
11 years ago |
Nicolas Petton
|
2cbac451c6
Merge pull request #346 from herby/meta-compile-separation
|
11 years ago |
Herbert Vojčík
|
3dee9cd106
BlockClosure >> asCompiledMethod
|
11 years ago |
Herbert Vojčík
|
a7692d381f
Meta-manipulation separated from compilation.
|
11 years ago |
Nicolas Petton
|
582bd3dc4e
More changes to ASTDebugger
|
11 years ago |
Nicolas Petton
|
94b28dd617
Beginning of an ASTDebugger
|
11 years ago |
Nicolas Petton
|
db54a450de
Removed a console log:
|
11 years ago |
Nicolas Petton
|
7eceb2b311
- Small ASTInterpreter refactorings
|
11 years ago |
Nicolas Petton
|
9cdbc47916
First test in ASTSteppingInterpreterTest
|
11 years ago |
Nicolas Petton
|
26ea64748a
Refactored ASTInterpreterTest
|
11 years ago |
Nicolas Petton
|
f0b6c725e9
Renamed ASTDebugger to ASTSteppingInterpreter
|
11 years ago |
Nicolas Petton
|
2b206679f8
Merge pull request #343 from herby/fix-regexp
|
11 years ago |
Herbert Vojčík
|
1383d19a04
RegularExpression class was not wrapped to JS RegExp.
|
11 years ago |
Nicolas Petton
|
3ea5b4cc79
Renamed ASTDebugger >> stepOver to #step
|
11 years ago |
Nicolas Petton
|
511ed00839
Class comments
|
11 years ago |
Nicolas Petton
|
7b3f992907
Use proper CPS in interpreter
|
11 years ago |
Nicolas Petton
|
79d6b979c2
- Fixed JavaScriptException to make the tests greem
|
11 years ago |
Nicolas Petton
|
3eee03b995
Merge pull request #342 from herby/js-exceptions
|
11 years ago |
Herbert Vojčík
|
257e075b71
Better handling of JavaScript exceptions.
|
11 years ago |
Nicolas Petton
|
99b4e14073
Fixed issue #327 (again)
|
11 years ago |
Nicolas Petton
|
0a31086048
Merge pull request #341 from herby/smalltalk-send-cleanup
|
11 years ago |
Herbert Vojčík
|
6cae8a0023
There were still traces of smalltalk.send in some places.
|
11 years ago |
Nicolas Petton
|
c9904a91b8
Renamed Smalltalk >> asSmalltalkError: to #asSmalltalkException:
|
11 years ago |
Nicolas Petton
|
5976556d2e
Catch all exceptions occurring in the Smalltalk stack. JS exceptions are converted to instances of JavaScriptException
|
11 years ago |
Nicolas Petton
|
4a7d6d2821
Try to stock to the coding conventions (https://github.com/NicolasPetton/amber/wiki/Coding-conventions)
|
11 years ago |
Nicolas Petton
|
55854b941c
Stop the execution by throwing the exception on exception handling.
|
11 years ago |
Nicolas Petton
|
020ff0ee2b
Test for BlockClosure exception semantics
|
11 years ago |
Nicolas Petton
|
c0cffae40f
Added String >> asRegexp (see issue #319)
|
11 years ago |
Nicolas Petton
|
aa81cb9035
Announcements class comments
|
11 years ago |