|
797d92d5dc
|
More fixes for V8
|
2023-03-22 20:40:53 +01:00 |
|
Dale Glass
|
3b9f198546
|
Reduce V8 stack size to 256K. Otherwise the interface can be crashed with a stack overflow in a script.
|
2023-03-22 20:40:52 +01:00 |
|
|
136a6f0033
|
Fixed C++ function calls for V8
|
2023-03-22 20:40:52 +01:00 |
|
|
e80ee4a1f0
|
Added V8 Locker for moving script engine to a new thread
|
2023-03-22 20:40:52 +01:00 |
|
|
784043dd52
|
Added simple compile test function
|
2023-03-22 20:40:52 +01:00 |
|
|
3afdb787d6
|
Script engine new function fixes
|
2023-03-22 20:40:51 +01:00 |
|
|
c4047cb703
|
Added context scopes
|
2023-03-22 20:40:51 +01:00 |
|
|
f0e1327032
|
Add V8 handle scopes
|
2023-03-22 20:40:51 +01:00 |
|
|
e1fb864c7a
|
Updated script isolation files
|
2023-03-22 20:40:51 +01:00 |
|
|
5769e89cff
|
Initial V8 support, not working yet
|
2023-03-22 20:40:51 +01:00 |
|