hermes-windows/test
Xuan Huang 1c23eb4cd8 Fix Function.prototype.length
Summary:
Found by "test262/test/built-ins/Function/prototype/length.js",
`Function.prototype.length` should be non-configurable.
Also, its default value should be 0 instead of undefined.

```
Object.getOwnPropertyDescriptor(Function.prototype, "length")
{ value: 0, writable: false, enumerable: false, configurable: true  }
```

Reviewed By: avp

Differential Revision: D28970136

fbshipit-source-id: 8ea2a98e4494ec49bcd84c4a5918d3de31bc7c7f
2021-06-09 13:50:21 -07:00
..
AST
AST2JS
ApplePlatformsIntegrationTestApp
BCGen/HBC
Driver
FlowParser
IRGen
Optimizer Disable FuncSigOpts for generators and async functions. 2021-02-04 14:19:44 -08:00
Parser Fix lexing of ?? in type annotations. 2021-05-20 13:22:57 -07:00
RA
Runtime
SourceMap Don't mix translated and untranslated mappings in the same input file 2021-01-29 14:13:26 -08:00
circleci-e2e
debugger
deltaprep
dependency-extractor
diff
hermes Fix Function.prototype.length 2021-06-09 13:50:21 -07:00
node-hermes File parsing, JS wrappers and basic requires functionality 2021-06-08 15:58:51 -07:00
profiler
repl
serialize Fix Function.prototype.length 2021-06-09 13:50:21 -07:00
lit.cfg Base code for node-hermes 2021-06-07 16:19:13 -07:00