go-ethereum/internal/jsre
anim001k 59d08c66ff
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
internal/jsre: pass correct args to setTimeout/setInterval callbacks (#32936)
## Description
- Summary: Correct the JS timer callback argument forwarding to match
standard JS semantics.
- What changed: In `internal/jsre/jsre.go`, the callback is now invoked
with only the arguments after the callback and delay.
- Why: Previously, the callback received the function and delay as
parameters, causing unexpected behavior and logic bugs for consumers.
2025-10-28 12:34:14 +01:00
..
deps internal: remove unused shh and swarm modules from console (#32073) 2025-07-01 19:51:16 +08:00
completion.go console, internal/jsre: fix autocomplete issues (#26518) 2023-01-19 19:43:29 +01:00
completion_test.go internal: run tests in parallel (#30381) 2024-09-16 08:44:47 +02:00
jsre.go internal/jsre: pass correct args to setTimeout/setInterval callbacks (#32936) 2025-10-28 12:34:14 +01:00
jsre_test.go internal: run tests in parallel (#30381) 2024-09-16 08:44:47 +02:00
pretty.go all: add whitespace linter (#25312) 2022-07-25 13:14:03 +03:00