JavaScriptCore-iOS icon indicating copy to clipboard operation
JavaScriptCore-iOS copied to clipboard

Apple's JavaScript Engine, with modified project files for iOS

Results 15 JavaScriptCore-iOS issues
Sort by recently updated
recently updated
newest added

``` The following build commands failed: CompileC /var/folders/bq/wl3n3w1120bgbpw6j_xvd62r0000gn/T/tmpdcsNcY/Build/Intermediates/WTF.build/Production-iphonesimulator/WTF\ iOS.build/Objects-normal/i386/Assertions.o wtf/Assertions.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure) Traceback (most recent call last): File "make.py", line 60, in outdir = build(args.out, args.derived_data)...

I'd like to investigate what it would take to use an iOS-8 version of WebKit, in particular what seems to be the version shipping with iOS 8 and 8.1, https://trac.webkit.org/browser/tags/Safari-600.1.4...

I am able to successfully build JSC library and while trying to use it in my project gives below error ``` Undefined symbols for architecture armv7: "std::__1::__call_once(unsigned long volatile&, void*,...

Hi folks, Wondering if anyone has experienced crashes on `llint_op_call_varargs` for certain JS sources. It happens only when running on a device (ARM arch) and not on a simulator. Here's...

Hi, With debugger enabled on arm64 build, isSafeToRecurse returns false for specific callFrames. curr pointer is less than limit. I don't know if it's a known issue, or i break...