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:
Timothy Flynn 2025-10-01 12:50:17 -04:00 committed by Jelle Raaijmakers
commit a4991143e0
Notes: github-actions[bot] 2025-10-03 07:04:55 +00:00
3 changed files with 252 additions and 244 deletions

View file

@ -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();