mirror of
https://github.com/RGBCube/serenity
synced 2025-07-04 09:07:34 +00:00
LibJS: Convert set_integrity_level() to ThrowCompletionOr
This commit is contained in:
parent
3be26f56db
commit
ed5a9aa038
4 changed files with 10 additions and 14 deletions
|
@ -54,7 +54,7 @@ void WebAssemblyInstanceObject::initialize(JS::GlobalObject& global_object)
|
|||
});
|
||||
}
|
||||
|
||||
m_exports_object->set_integrity_level(IntegrityLevel::Frozen);
|
||||
MUST(m_exports_object->set_integrity_level(IntegrityLevel::Frozen));
|
||||
}
|
||||
|
||||
void WebAssemblyInstanceObject::visit_edges(Visitor& visitor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue