[Webkit-unassigned] [Bug 262059] New: Provide public C API for getting and setting JavaScriptCore options
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 25 11:13:29 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=262059
Bug ID: 262059
Summary: Provide public C API for getting and setting
JavaScriptCore options
Product: WebKit
Version: Safari 17
Hardware: Mac (Apple Silicon)
OS: macOS 13
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kasperisager at hey.com
The public JavaScriptCore C API is currently missing functions for getting and settings options as defined by https://github.com/WebKit/WebKit/blob/main/Source/JavaScriptCore/runtime/OptionsList.h. This necessitates relying on environment variables instead, such as by using `setenv()`, though one can only set options this way and not get their current value.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230925/16e26c08/attachment.htm>
More information about the webkit-unassigned
mailing list