-
@dmunch has done great work with his [dmunch/chakra-core](https://github.com/dmunch/couch-chakra) project. (Thanks, Daniel!) At present, it is the best option forward to replace `couchjs` and our depe…
-
Gecko 68 から 78 (6/30 リリース) までの差分、メリット、リスクなどを確認する
Gecko 78 リリーススケジュールは
- 2020-05-04 Nightly
- 2020-06-01 Beta
- 2020-06-30 Release
取りあえず公開情報のリリースノートのメモはこちらに:
https://www.mozilla.org/en-US/f…
-
In #175 there's some discussion of what the intended behavior of `try-delegate` with a label pointing to the function body is supposed to be (https://github.com/WebAssembly/exception-handling/pull/175…
-
###### Version
Chakra-1.11.24
###### Execution step
```
./ChakraCore/out/Release/ch testcase.js
```
###### Testcase
```js
target = Function();
handler = {
get: function() {…
-
Hi everyone,
I found an inconsistence on Error() with more than one argument.
According to [ES6 Error constructor](https://tc39.github.io/ecma262/#sec-error-message) the Error is called with only…
-
As we move towards the launch of the new version of Exercism we are going to be ramping up on actively recruiting people to help provide feedback.
Our goal is to get to 100%: everyone who submits a s…
-
As part of my work on [the Unicode property escapes in regular expressions proposal](https://github.com/tc39/proposal-regexp-unicode-property-escapes), I’m planning to contribute tests for this featur…
-
###### Version
chakra-1.11.24
###### Execution step
./ChakraCore/out/Release/ch testcase.js
###### Test case 1
```js
var s = new String('abcd');
print(typeof s);
print(s);
s.__p…
-
Your link to elinks is dead.
ELinks itself appears dead as well.
Consider the following:
- 1) Latest stable is 0.11.7 (22 August 2009; 8 years ago), latest preview is 0.12pre6 (30 October 201…
-
###### Version
chakra-1.11.24
###### Test case
```js
var arr = [];
Object.defineProperty(Array.prototype, '0', {
get: function() {
print('get');
return 30;
},
…