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

[js] element.ownerDocument

This commit is contained in:
Witold Filipczyk
2021-05-19 19:05:03 +02:00
parent 835d42e892
commit 1af9c9fc31
5 changed files with 72 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ struct ecmascript_interpreter {
void *ac;
void *ac2;
void *ar;
void *document_obj;
JS::RootedValue fun;
};