-
### Version
v16.10.0
### Platform
Linux
### Subsystem
_No response_
### What steps will reproduce the bug?
Use `await` in a function without `async`. Sometimes cannot get the correct error mess…
-
@jakobkummerow notes in #9:
> The `string.measure` instruction, instead of returning a pair `bytes:i32, valid:i32` which is either `(num_bytes, 1)` or `(0, 0)`, could also return a single `bytes:i3…
wingo updated
3 years ago
-
At the C++ level, isValid and parse do exactly the same work. This is obvious from the code in this wrapper:
```C++
bool simdjson::isValid(std::string_view p) {
ParsedJson pj = build_parsed_js…
-
On common checks on each node-api calls in node-addon-api (e.g. `NAPI_THROW_IF_FAILED`), `Napi::Error::New(env)` is used to construct proper error representative types to indicate the exception value.…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
I've setted up my banana pi with Armbian_19.11.3_Bananapi_bionic_current_5.3.9
After main configuration (name, ipadress, timezone,console etc.) I tried to set up pyload
first of all I installed depe…
-
The following two template lack proper `$DONOTEVALUATE()` support:
- https://github.com/tc39/test262/blob/main/src/assignment-target-type/invalid/direct.template
- https://github.com/tc39/test262/…
-
An [IEEE 754 binary floating-point number](https://en.wikipedia.org/wiki/IEEE_754) is represented as an integer significand raised to a binary base (2^e). In order to convert a double to a decimal, a…
-
#### Rhino Version: 1.7.11, 1.7.9
#### Test case:
```
var foo = function (result) {
if(false) {
return509..prototype.call({
result: 24
…
-
#### Rhino Version: 1.7.11, 1.7.9
#### Test case:
```
var foo = function () {
var arr = [];
print(arr.length);
Object.defineProperty(arr, "length", {
…