Dániel Bátyai

Results 6 comments of Dániel Bátyai

That's why I said clamping it to a slightly larger range. That will filter out abnormally large input values, that should be invalid regardless, then the rest will be handled...

@gjw0813 Nothing changed that would prevent you from using NULL as the native info. The native pointer functions semantically behave the same way as they did before. The only thing...

As it was said before, the splay test was created specifically to test garbage collection, and thus uses a lot of memory and creates a lot of fragmentation. The fact...

According to the proposal: > Returns: a Temporal.Instant object representing the current system time. I'm going to refer to [my previous comment](https://github.com/jerryscript-project/jerryscript/pull/4907#discussion_r784985865) on this topic. Is there actually a platform...

Well, in my experience the `tv_nsec` member never actually contains nanosecond precision values, it's always a multiple of 1000. I'm also rather skeptical about the 100ns resolution in Windows, I...

The issue is not with the "𞸋" character, all non-BMP characters are converted to cesu8 encoding during parsing. The problem is that the first character is in the basic multilingual...