mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibJS: Remove OOM handling from JS intrinsics initialization
This commit is contained in:
parent
0fe9bbad2e
commit
49f1ef52ad
Notes:
github-actions[bot]
2025-02-05 13:06:19 +00:00
Author: https://github.com/trflynn89
Commit: 49f1ef52ad
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3450
Reviewed-by: https://github.com/shannonbooth ✅
3 changed files with 6 additions and 8 deletions
|
@ -25,7 +25,7 @@ ThrowCompletionOr<NonnullOwnPtr<ExecutionContext>> Realm::initialize_host_define
|
|||
auto realm = vm.heap().allocate<Realm>();
|
||||
|
||||
// 2. Perform CreateIntrinsics(realm).
|
||||
MUST(Intrinsics::create(*realm));
|
||||
Intrinsics::create(*realm);
|
||||
|
||||
// FIXME: 3. Set realm.[[AgentSignifier]] to AgentSignifier().
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue