source: webkit/trunk/Source/JavaScriptCore

Name Size Rev Age Author Last Change
../
yarr 295270   3 years cdumez Drop operator==() overload for comparing a String to a const char* …
wasm 295770   3 years ysuzuki [JSC] Set up wasm stack |this| first …
ucd 287545   3 years ysuzuki [JSC] Update UCD to Unicode 14.0.0 …
tools 295661   3 years mark.lam Change Integrity audit logging to use OS_LOG_TYPE_ERROR. …
testmem 234227   7 years keith_miller [JSC API] We should support the symbol type in our C/Obj-C API …
shell 295294   3 years don.olmstead [CMake] Use playstation_module for shared libs …
Scripts 295134   3 years emw Fix build failures introduced in "[Xcode] Prevent STP and other …
runtime 295703   3 years ysuzuki Unreviewed, revert "The extraMemorySize() get wrong when transferring …
profiler 292619   3 years cdumez Reduce number of StringView to String conversions in JSC …
parser 294082   3 years pangle Web Inspector: Parse InjectedScriptSource as a built-in to get …
offlineasm 295766   3 years mark.lam Change offlineasm to emit more efficient LLInt code. …
llint 295658   3 years ysuzuki [JSC] Fix iterator_next's tmp liveness and OSR exit recovery …
jit 295680   3 years mark.lam Enhance RawPointer to take function pointers as well. …
JavaScriptCore.xcodeproj 295602   3 years shvaikalesh [WebIDL] maplike<> and setlike<> declarations should be resilient to …
JavaScriptCore.vcxproj 290656   3 years commit-queue [AppleWin] Start using Visual Studio 2022 …
interpreter 295660   3 years mark.lam Introducing RawHex, a counterpart to RawPointer …
inspector 295651   3 years drousso Web Inspector: Allow forcing pseudo class :target …
heap 295703   3 years ysuzuki Unreviewed, revert "The extraMemorySize() get wrong when transferring …
generator 290768   3 years justin_michaud Refactor OpcodeTraits to support the possibility of having 2-byte WASM …
ftl 295008   3 years yijia_huang Shrink Structure to 96 Bytes when addresses can be encoded in 36-bits …
domjit 248192   6 years mark.lam [ARM64E] Harden the diversity of the DOMJIT::Signature::unsafeFunction …
disassembler 294287   3 years mark.lam Add ARM64 disassembler support for symbolic dumping of some well known …
dfg 295714   3 years shvaikalesh [JSC] Use m_structureCacheClearedWatchpoint in more DFG nodes …
debugger 293779   3 years mark.lam Use IterationStatus in more places. …
Configurations 295748   3 years sbarati Don't install webpushd on catalyst …
bytecompiler 295270   3 years cdumez Drop operator==() overload for comparing a String to a const char* …
bytecode 295660   3 years mark.lam Introducing RawHex, a counterpart to RawPointer …
builtins 295602   3 years shvaikalesh [WebIDL] maplike<> and setlike<> declarations should be resilient to …
bindings 292929   3 years ysuzuki [JSC] Remove VM& parameter from structure related code including …
b3 295606   3 years sbarati Change how we rewind instructions in Air's O0 register allocator …
assembler 295449   3 years commit-queue Enable WasmLLInt on ARMv7 Patch by Geza Lore <Geza Lore> on …
API 295680   3 years mark.lam Enhance RawPointer to take function pointers as well. …
UnifiedSources-output.xcfilelist 14.3 KB 293601   3 years ysuzuki Support C files in Unified Builds …
testRegExp.cpp 15.5 KB 294611   3 years cdumez Start preparing the code base for marking the StringView(const char*) …
tested-symbols.symlst 4.4 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
SourcesCocoa.txt 1.6 KB 272222   4 years bburg REGRESSION(r269309): [Cocoa] RemoteInspectorCocoa files are being …
Sources.txt 34.1 KB 293601   3 years ysuzuki Support C files in Unified Builds …
postprocess-headers.sh 2.0 KB 287837   3 years commit-queue postprocess-headers.sh: Avoid redundant processing to speed up …
PlatformWPE.cmake 537 bytes 289779   3 years don.olmstead [CMake] Remove uses of add_definitions in JavaScriptCore build …
PlatformWin.cmake 1.0 KB 269309   5 years don.olmstead [CMake] Add remote inspector platforms …
PlatformPlayStation.cmake 1.9 KB 289779   3 years don.olmstead [CMake] Remove uses of add_definitions in JavaScriptCore build …
PlatformMac.cmake 2.4 KB 287510   3 years ysuzuki [JSC] Replace UDIS86 with Zydis …
PlatformJSCOnly.cmake 428 bytes 270690   4 years don.olmstead [CMake] Determine correct visibility for linked frameworks …
PlatformGTK.cmake 1.4 KB 292263   3 years aperez [GTK] Replace gtk-doc with gi-docgen …
Makefile 27 bytes 254262   5 years commit-queue Unreviewed, rolling out r254234. …
KeywordLookupGenerator.py 11.9 KB 280687   4 years commit-queue Use reinterpret_cast_ptr in KeywordLookupGenerator, …
jsc.cpp 142.9 KB 295656   3 years mark.lam Enhance Options::useOSLog to accept an os log type value. …
JavaScriptCorePrefix.h 2.0 KB 261067   5 years mjs Remove no longer needed WebKitAdditions include for …
javascriptcoregtk.pc.in 391 bytes 281192   4 years commit-queue REGRESSION(r280382): [GTK] 2.33.3 does not build with gtk-doc enabled, …
JavaScriptCore.order 378.8 KB 269343   5 years ggaren Drop most uses of the phrase 'neuter' from the tree …
JavaScriptCore.modulemap 126 bytes 255086   5 years keith_miller JSC should produce a module map. …
Info.plist 1023 bytes 287502   3 years jeffm Update user-visible copyright strings to include 2022 …
GLib.cmake 2.1 KB 276316   4 years don.olmstead [CMake] Don't use FORWARDING_HEADERS_DIR for JSC GLib headers …
framework.sb 1.4 KB 165840   11 years commit-queue Add Copyright to framework.sb …
features.json 20.3 KB 292633   3 years bfulgham Move WebGPU to WebCore/features.json and add <model> element …
entitlements.plist 335 bytes 279927   4 years msaboff [macOS] Add new entitlement to limit process to a single JIT region …
dynbench.cpp 9.3 KB 292118   3 years cdumez Optimize the construction of a JSC::Identifier from an ASCIILiteral …
DerivedSources.make 18.7 KB 295602   3 years shvaikalesh [WebIDL] maplike<> and setlike<> declarations should be resilient to …
DerivedSources-output.xcfilelist 9.0 KB 295602   3 years shvaikalesh [WebIDL] maplike<> and setlike<> declarations should be resilient to …
DerivedSources-input.xcfilelist 11.8 KB 290209   3 years dino [JSC] Implement Temporal.PlainDate …
create_hash_table 10.8 KB 294346   3 years cdumez Use ASCIILiteral for JSC::HashTableValue::m_key …
COPYING.LIB 25.0 KB 25754   18 years ddkilzer JavaScriptCore: Reviewed by Adam. - Fix …
config.h 1.6 KB 278711   4 years mark.lam Another speculative build fix for Win32. …
CMakeLists.txt 58.4 KB 295449   3 years commit-queue Enable WasmLLInt on ARMv7 Patch by Geza Lore <Geza Lore> on …
Note: See TracBrowser for help on using the repository browser.