update actors

This commit is contained in:
2026-02-16 01:35:07 -06:00
parent cd6e357b6e
commit 433ce8a86e
5 changed files with 49 additions and 13 deletions

View File

@@ -1147,6 +1147,9 @@ struct JSContext {
JSValue current_exception;
/* Actor identity key — used by wota/nota PRIVATE serialization */
JSValue actor_sym;
/* Stack overflow protection */
// todo: want this, but should be a simple increment/decrement counter while frames are pushed
size_t stack_depth;