1
0
Fork 0
mirror of https://github.com/rubyjs/mini_racer synced 2023-03-27 23:21:28 -04:00
Commit graph

20 commits

Author SHA1 Message Date
Sam
5440e3f625 FIX: rethrow ruby exceptions that you catch from js callbacks 2016-05-11 17:58:33 +10:00
Sam
8568f6ed48 translate internal backtraces so we can tell where they happen 2016-05-11 17:02:20 +10:00
Sam
035f45f21e update readme 2016-05-11 15:03:54 +10:00
Sam Saffron
99cf7a690c add locking for concurrent access 2016-05-11 12:26:52 +10:00
Sam
4dee1dc11c typo 2016-05-10 18:37:55 +10:00
Sam
25c58e31a3 update readme 2016-05-10 18:30:37 +10:00
Sam
7327c81155 FIX: if an extension raises an exception ship it through 2016-05-10 18:06:40 +10:00
Sam
736e58623d yay for arrow functions 2016-05-10 17:35:30 +10:00
Sam
9830ef0b6c minimal viable version, all tests are passing 2016-05-10 17:25:42 +10:00
Sam Saffron
47e0c20010 work in progress 2016-05-10 14:14:08 +10:00
Sam
e4ab0dd5cd more work in progress 2016-05-10 08:39:16 +10:00
Sam
9e9a418453 more progress towards invoking ruby from v8 2016-05-10 08:33:31 +10:00
Sam Saffron
18f81abac7 no need for mac bundles 2016-05-09 15:25:10 +10:00
Sam Saffron
4b9c6224ad attempting to get function attaching working 2016-05-09 15:24:43 +10:00
Sam Saffron
4deaa0d47e make this thing work on a mac 2016-05-08 23:43:49 +10:00
Sam
296efa9290 work in progress 2016-05-08 20:59:10 +10:00
Sam
7b3273acbf FEATURE: context can now timeout 2016-05-06 17:08:06 +10:00
Sam
56621a5c4a Work in progress:
- support releasing GVL while running JS
- support API to stop execution
- run 1 isolate per context
- introduce locking
2016-05-06 13:14:37 +10:00
Sam
653fbc7159 add ignore 2016-05-04 16:58:33 +10:00
Sam
1dd2a44a6f initial commit 2016-05-04 16:54:51 +10:00