jsc-android-buildscripts icon indicating copy to clipboard operation
jsc-android-buildscripts copied to clipboard

Script for building JavaScriptCore for Android (for React Native but not only)

Results 50 jsc-android-buildscripts issues
Sort by recently updated
recently updated
newest added

Might have impact on some tests, we should strive to keep this as up-to-date as possible

As in https://github.com/facebook/react-native/issues/11171, I’m unable to run the sampling profiler. Perhaps this is strictly a React Native issue, but this seems like a reasonable place to at least ask: is...

### Issue Description signal 11 (SIGSEGV), code 2 (SEGV_ACCERR), fault addr 0x7db1854000 x0 0000007db184fa60 x1 0000007db184ed78 x2 0000000000000001 x3 0000007c72e89020 x4 0000007db184fa60 x5 0000007d295d0a70 x6 fefeff008dfc9b0a x7 7f7f7f7fffffff7f x8 0000007db1854000...

### Issue Description 02-10 09:32:11.838 17987 17987 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x30 02-10 09:32:11.838 17987 17987 F DEBUG : Cause: null pointer dereference...

### Issue Description Per the title -- is that intended? The `next` release of `jsc-android` is 294992.0.0 but when running the app JSC reports version 250231.0.0. ### Version, config, any...

### Issue Description In android-jsc we're adding non-standard ownProperty `length` On our _AsyncGenerator_ (shown below) and _AsyncFunctionPrototype_ `Reflect.ownKeys(AsyncGenerator)` on iOS ```console ["constructor", "prototype", Symbol(Symbol.toStringTag)] ``` _Other engines (like android-v8 when...

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Hello everyone, I have a question, not an issue. I am using gradle plugin to scan and display all dependency licenses in my project. But for some reason this project...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

### Description I enabled JSC with Intl support: ```gradle // android/app/build.gradle def jscFlavor = 'org.webkit:android-jsc-intl:+' ``` Then try to format currency with a [`signDisplay`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat) option ```tsx Intl.NumberFormat('en-US', { signDisplay: 'always',...