-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Context: Fix Test262 failures for TypedArray.prototype.at with sparse array inputs and resizable buffers.\n\nChanges:\n- TypedArrayBase.Set(JsArray) now iterates up to source.Length and uses GetElement to treat holes as undefined, matching JS array semantics.\n- This allows typed array construction from sparse arrays to map holes to undefined (NaN/0), satisfying at() expectations.\n\nTests:\n- dotnet test tests/Asynkron.JsEngine.Tests.Test262 -c Release --settings tests/Asynkron.JsEngine.Tests.Test262/BuiltInsTests.runsettings --filter "Name=TypedArray_prototype_at"\n
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels