Skip to content

Fixed equality of tainted numbers#1

Merged
0drai merged 1 commit into
0drai:primitaint-wasmfrom
leeN:primitaint-wasm-equality
Aug 11, 2024
Merged

Fixed equality of tainted numbers#1
0drai merged 1 commit into
0drai:primitaint-wasmfrom
leeN:primitaint-wasm-equality

Conversation

@leeN

@leeN leeN commented Aug 8, 2024

Copy link
Copy Markdown

Before the following code did not work correctly:

let curr = Number.tainted(10);
curr === Number.tainted(10)

This fixed this case.

Before the following code did not work correctly:
```javascript
let curr = Number.tainted(10);
curr === Number.tainted(10)
```

This fixed this case.
@0drai 0drai merged commit e9e49a1 into 0drai:primitaint-wasm Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants