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

### Issue Description JSCore dereferences a null pointer (signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0), at some regex calculation (?) ``` 2019-02-07 13:10:27.057 5891-5923/com.reactnativenavigation.playground A/libc: Fatal signal 11...

### Issue Description Unfortunately, many crypto apps rely on `BigInt` in JS. But WebKit didn't enable `BigInt` support until this [changeset](https://trac.webkit.org/changeset/260345/webkit/), which is almost a year after the currently released...

Related to #30. I've updated react native of the profiler app to `0.55.4`. Unfortunately, the performance looks the same. On a side note, it looks like we're having an issue...

### Issue Description Build failed with error (several of them, but all are the same): ``` ... In file included from ../../Source/WTF/wtf/AutomaticThread.cpp:30: In file included from ../../Source/WTF/wtf/Threading.h:49: In file included...

Will jsc-android include WebAssembly support? From what I can see, WebAssembly seems to be [explicitly disabled](https://github.com/react-native-community/jsc-android-buildscripts/blame/4399436b9263992b16070559b81f02fbaa5af67e/scripts/compile/jsc.sh#L58) in jsc-android, but appears to be [supported](https://github.com/WebKit/webkit/tree/89c28d471fae35f1788a0f857067896a10af8974/JSTests/wasm) by the current JavascriptCore. Is there any...

### Issue Description `Date.toLocaleDateString()`, `Date.toLocaleTimeString`, and `Date.toLocaleString` do not support `dateStyle` and `timeStyle` options (and likewise with `Intl.DateTimeFormat.format`). The options are ignored on Android. This is what I'd expect when...

### Issue Description ``` signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 516985931424 x0 0000007846086cbc x1 0000000000000000 x2 0000000000000004 x3 0000000000000000 x4 0000000000000000 x5 0000000000000000 x6 3900023ff2c00f11 x7 51001021d65f03c0 x8...

### Issue Description Documentation say ``` International variant For React Native version 0.60 and newer, your build.gradle should have a flag to enable this feature. .... - def useIntlJsc =...

# Bug I've done everything line by line in README. In `npm run start` after a few minutes I got this: ``` =================== compiling jsc for arm no-intl =================== /Users/Can/Documents/Programming/Android/JSC/jsc-android-buildscripts/scripts/compile/jsc.sh:...