mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-31 12:54:11 +00:00
Everywhere: Mark a bunch of function parameters as NOESCAPE
This fixes the relevant warnings when running LibJSGCVerifier. Note that the analysis is only performed over LibJS-adjacent code, but could be performed over the entire codebase. That will have to wait for a future commit.
This commit is contained in:
committed by
Andreas Kling
parent
31c5cdcbd5
commit
ff00d21d58
@@ -20,6 +20,7 @@ ProjectDeclarations& ProjectDeclarations::the()
|
||||
static ProjectDeclarations s_instance;
|
||||
return s_instance;
|
||||
}
|
||||
|
||||
void ProjectDeclarations::set_declared_symbols(ByteString const& filename, Vector<CodeComprehension::Declaration> const& declarations)
|
||||
{
|
||||
m_document_to_declarations.set(filename, declarations);
|
||||
|
||||
Reference in New Issue
Block a user