0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

[spidermonkey] Some code related to compartments. Progress.

This commit is contained in:
Witold Filipczyk
2020-11-16 22:00:48 +01:00
parent b0ced9308b
commit 873797935c
7 changed files with 554 additions and 652 deletions

View File

@@ -54,6 +54,7 @@ struct ecmascript_interpreter {
* to redraw. */
unsigned int onload_snippets_cache_id;
void *ac;
void *ac2;
void *ar;
};