mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +00:00
LibWeb: Implement performance.mark and performance.clearMarks
This commit is contained in:
parent
89ebef9730
commit
cbe0901706
13 changed files with 341 additions and 0 deletions
|
@ -448,6 +448,7 @@ set(SOURCES
|
|||
URL/URL.cpp
|
||||
URL/URLSearchParams.cpp
|
||||
URL/URLSearchParamsIterator.cpp
|
||||
UserTiming/PerformanceMark.cpp
|
||||
WebAssembly/Instance.cpp
|
||||
WebAssembly/Memory.cpp
|
||||
WebAssembly/Module.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue