⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module js_integration

Module js_integration 

Source
Expand description

JavaScript Integration

Ties together the JS lexer, parser, compiler, VM, GC, DOM bindings, and event system into a cohesive script engine. Handles <script> tag processing, event loop ticking, and callback dispatch.

Structs§

ScriptEngine
The script engine integrating all JS components