Commit 40dd0f8
committed
1. Format of the error messages was unified;
2. Created a new exception classes: `JsCompilationException`, `JsEngineException`, `JsFatalException`, `JsTimeoutException` and `JsUsageException`. These exceptions are responsible for handling errors, some of which were previously handled by the `JsRuntimeException` class;
3. In the `JsException` class was added two new properties: `Category` and `Description`;
4. From the `JsRuntimeException` class was removed one property - `ErrorCode`;
5. In the `JsRuntimeException` class was added three new properties: `Type`, `DocumentName` and `CallStack`;
6. `JsScriptInterruptedException` class was renamed to the `JsInterruptedException` class and now is inherited from the `JsRuntimeException` class;
7. `JsEngineLoadException` class now is inherited from the `JsEngineException` class;
8. `Format` method of the `JsErrorHelpers` class was renamed to the `GenerateErrorDetails`;
9. In JavaScriptEngineSwitcher.Msie added support of MSIE JavaScript Engine version 3.0.0 Beta 1.1 parent 8eaea45 commit 40dd0f8
File tree
130 files changed
+6435
-1939
lines changed- samples
- JavaScriptEngineSwitcher.Sample.AspNet4.Mvc4/Properties
- JavaScriptEngineSwitcher.Sample.AspNetCore1.Mvc1
- JavaScriptEngineSwitcher.Sample.Logic/Services
- src
- JavaScriptEngineSwitcher.ChakraCore.Native.debian-x64
- JavaScriptEngineSwitcher.ChakraCore.Native.linux-x64
- JavaScriptEngineSwitcher.ChakraCore.Native.osx-x64
- JavaScriptEngineSwitcher.ChakraCore.Native.win-x64
- JavaScriptEngineSwitcher.ChakraCore.Native.win-x86
- JavaScriptEngineSwitcher.ChakraCore.Native.win8-arm
- JavaScriptEngineSwitcher.ChakraCore
- Constants
- Helpers
- JsRt
- Resources
- JavaScriptEngineSwitcher.Core
- Constants
- Extensions
- Helpers
- Polyfills/System
- Reflection
- Runtime/InteropServices
- Resources
- Utilities
- JavaScriptEngineSwitcher.Extensions.MsDependencyInjection
- JavaScriptEngineSwitcher.Jint
- Resources
- JavaScriptEngineSwitcher.Jurassic
- JavaScriptEngineSwitcher.Msie
- JavaScriptEngineSwitcher.V8.Native.win-x64
- JavaScriptEngineSwitcher.V8.Native.win-x86
- JavaScriptEngineSwitcher.V8
- Constants
- Resources
- JavaScriptEngineSwitcher.Vroom
- Constants
- Resources
- Utilities
- test/JavaScriptEngineSwitcher.Tests
- ChakraCore
- Jint
- Jurassic
- Msie
- V8
- Vroom
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
130 files changed
+6435
-1939
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 76 | + | |
82 | 77 | | |
83 | 78 | | |
84 | 79 | | |
| |||
87 | 82 | | |
88 | 83 | | |
89 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments