mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 21:11:00 +00:00
This patch begins integrating LibJS into LibWeb. Document holds the JS::Interpreter for now, and it is created on demand when you first call Document::interpreter(). We also add a simple "alert()" function to the global object. |
||
|---|---|---|
| .. | ||
| History.cpp | ||
| History.h | ||
| main.cpp | ||
| Makefile | ||
| ManualModel.cpp | ||
| ManualModel.h | ||
| ManualNode.h | ||
| ManualPageNode.cpp | ||
| ManualPageNode.h | ||
| ManualSectionNode.cpp | ||
| ManualSectionNode.h | ||