mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-21 07:29:53 +00:00
LibJS: Update spec links and steps for the U8Array base64/hex proposal
This proposal reached stage 4 and was merged into ECMA-262. See:
3dfa316
This commit is contained in:
parent
a7e5fa2256
commit
a4991143e0
Notes:
github-actions[bot]
2025-10-03 07:04:55 +00:00
Author: https://github.com/trflynn89
Commit: a4991143e0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6372
Reviewed-by: https://github.com/gmta ✅
3 changed files with 252 additions and 244 deletions
|
@ -1897,7 +1897,7 @@ ThrowCompletionOr<Value> perform_import_call(VM& vm, Value specifier, Value opti
|
|||
return promise_capability->promise();
|
||||
}
|
||||
|
||||
// 14.5.2.1 GetOptionsObject ( options ), https://tc39.es/proposal-temporal/#sec-getoptionsobject
|
||||
// 7.3.36 GetOptionsObject ( options ), https://tc39.es/ecma262/#sec-getoptionsobject
|
||||
ThrowCompletionOr<GC::Ref<Object>> get_options_object(VM& vm, Value options)
|
||||
{
|
||||
auto& realm = *vm.current_realm();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue