About 42,200 results
Open links in new tab
  1. javascript - JavaScriptCore console.log - Stack Overflow

    Oct 29, 2013 · Note that this solution uses features introduced with the new Objective-C API for the JavaScriptCore.framework introduced at the same time as IOS 7. If you are looking for an …

  2. linux - How to include the static JavaScriptCore C library ...

    Jul 5, 2022 · All I want to do is to run some user input JavaScript in my app made with Swift. On macOS, JavaScriptCore is quite easy to use but since I will run this thing on a Linux server I …

  3. Downloading Javascript for execution in UIWebView versus …

    JavaScriptCore.framework is a separate file on disk but there is no WebKit.framework. One of the files in that framework is named 'WebKitAvailability.h' and defines preprocessor macros like …

  4. How to implement JavaScriptCore debugger? - Stack Overflow

    Dec 10, 2013 · The WebKit folks have recently moved the JavaScriptCore-specific portion of the WebKit Web Inspector (aka Safari's Web Inspector) into JavaScriptCore itself with the intent to …

  5. How to build JavaScriptCore for iOS device? - Stack Overflow

    Aug 7, 2010 · Also of note: Apple won't accept apps binding to the new JavascriptCore framework which would be available on iOS 5/6, so this approach is required if you've got an iOS app …

  6. Calling native Swift code from javascript using JavascriptCore and ...

    Aug 17, 2018 · One thing we should not forget is to expose methods or properties by conforming to JSExport protocol. @objc protocol GreeterJSExports: JSExport { func greet() -> String func …

  7. javascript - JavaScriptCore: Trying to pass JS function as block to ...

    Oct 17, 2013 · I know that you've accepted the answer that support for this was removed (and that this is an old question), but you can pass a JS function as a block to Objective-C in the …

  8. iOS implemention of "window.setTimeout" with JavascriptCore

    Apr 14, 2013 · The JavaScriptCore garbage collector could run anytime you call a JavaScriptCore function. In your example, the anonymous function created as the single argument to …

  9. How to use JSExport and JavascriptCore in C++ - Stack Overflow

    Oct 25, 2017 · I'm working with JavascriptCore in a C++ project and I don't know how to expose a C++ class to javascript. For example in Objective-C is something like this: @protocol …

  10. Embed a JavaScript engine in an iOS application - Stack Overflow

    Mar 16, 2011 · Note that JavaScriptCore appears to be LGPL v2 which makes it questionable for closed source iOS apps unless you provide the .o files so someone can relink your app with a …

Refresh