source: webkit/trunk/Source/JavaScriptCore@ 266264

Name Size Rev Age Author Last Change
../
API 266251   5 years keith_miller structureOrNull should take VM instead of getting it from the marked …
assembler 265186   5 years commit-queue Unreviewed, reverting r265151. …
b3 265891   5 years tzagallo B3 IntRange is incorrect for negative masks …
bindings 261895   5 years ross.kirsling REGRESSION(r261755): Win/Linux non-unified builds have hundreds of …
builtins 266170   5 years ysuzuki [JSC] Implement Intl.DateTimeFormat fractionalSecondDigits …
bytecode 266242   5 years keith_miller OSR availability validation should run for any node with exitOK …
bytecompiler 266264   5 years shvaikalesh proto in object literal should perform SetPrototypeOf directly …
Configurations 266081   5 years repstein Versioning. WebKit-7611.1.1
debugger 266138   5 years drousso Web Inspector: breakpoint condition should be evaluated before the …
dfg 266254   5 years sbarati GetByVal constant folding over a Double OutOfBoundsSaneChain array …
disassembler 265276   5 years ysuzuki [JSC] Use LazyNeverDestroyed & std::call_once for complex singletons …
domjit 248192   6 years mark.lam [ARM64E] Harden the diversity of the DOMJIT::Signature::unsafeFunction …
ftl 266159   5 years ysuzuki [JSC] FTL should use m_origin instead of m_node->origin since m_node …
generator 264049   5 years keith_miller Bytecode UseDef should be aware of checkpoints …
heap 265692   5 years ticaiolima [ARMv7][JSC] Conservative GC is not considering r7 as a root …
inspector 266077   5 years drousso Web Inspector: rename ScriptDebugServer subclasses/methods …
interpreter 265276   5 years ysuzuki [JSC] Use LazyNeverDestroyed & std::call_once for complex singletons …
JavaScriptCore.vcxproj 254681   5 years pvollan [Win] Fix AppleWin build …
JavaScriptCore.xcodeproj 266107   5 years ysuzuki [JSC] Add concurrency-aware version of isCallable / isConstructor to …
jit 266251   5 years keith_miller structureOrNull should take VM instead of getting it from the marked …
llint 265907   5 years shvaikalesh Introduce OpIsCallable bytecode and intrinsic …
offlineasm 264616   5 years commit-queue JSC build scripts should be quiet by default …
parser 266264   5 years shvaikalesh proto in object literal should perform SetPrototypeOf directly …
profiler 264488   5 years Hironori.Fujii [WTF] Remove the unnecessary inner class DefaultHash<T>::Hash …
runtime 266264   5 years shvaikalesh proto in object literal should perform SetPrototypeOf directly …
Scripts 263935   5 years darin Make generate-unified-sources.sh not depend on features being listed …
shell 265479   5 years lmoura [CMake][JSC] Fix testapiScripts copy location …
testmem 234227   7 years keith_miller [JSC API] We should support the symbol type in our C/Obj-C API …
tools 266037   5 years ysuzuki Unreviewed, workaround for old ICU headers in macOS Catalina bots …
ucd 260697   5 years ross.kirsling [Intl] Locale validation/canonicalization should defer to ICU …
wasm 265186   5 years commit-queue Unreviewed, reverting r265151. …
yarr 265373   5 years msaboff RegExp sticky not matching alternates correctly, ignoring lastIndex …
allow-jit-macOS.entitlements 241 bytes 234576   7 years sbarati Give the jsc shell the JIT entitlement …
ChangeLog 765.4 KB 266264   5 years shvaikalesh proto in object literal should perform SetPrototypeOf directly …
ChangeLog-2002-12-03 81.2 KB 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog-2003-10-25 54.6 KB 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog-2007-10-14 956.5 KB 44627   16 years pkasting JavaScriptCore: 2009-06-12 Peter Kasting <[email protected]> …
ChangeLog-2008-08-10 1.1 MB 35662   17 years mrowe Roll over three large ChangeLogs.
ChangeLog-2009-06-16 1.5 MB 44715   16 years mrowe Roll over some ChangeLog files.
ChangeLog-2010-05-24 1012.7 KB 60085   15 years mrowe Roll over some ChangeLog files.
ChangeLog-2011-02-16 914.3 KB 78737   14 years mrowe Roll over some ChangeLogs.
ChangeLog-2012-05-22 2.6 MB 118041   13 years simon.fraser .: == Rolled over to ChangeLog-2012-05-22 == Source/JavaScriptCore: …
ChangeLog-2012-10-02 828.0 KB 130237   13 years simon.fraser Source/JavaScriptCore: == Rolled over to ChangeLog-2012-10-02 == …
ChangeLog-2013-04-24 1.1 MB 149020   12 years mrowe Roll depsHHHHChangeLogs.
ChangeLog-2013-10-13 1.2 MB 157380   12 years mrowe Roll depsHHHHChangeLogs.
ChangeLog-2014-02-20 918.0 KB 164454   11 years mrowe Roll depsHHHHChangeLogs.
ChangeLog-2014-10-07 1.3 MB 174411   11 years simon.fraser Roll-over Changelogs. Source/JavaScriptCore: * ChangeLog-2014-10-07: …
ChangeLog-2015-11-21 3.0 MB 192725   10 years mcatanzaro == Rolled over to ChangeLog-2015-11-21 ==
ChangeLog-2016-09-26 3.0 MB 206372   9 years mcatanzaro == Rolled over to ChangeLog-2016-09-26 ==
ChangeLog-2017-03-23 1.6 MB 214321   8 years mcatanzaro == Rolled over to ChangeLog-2017-03-23 ==
ChangeLog-2018-01-01 1.7 MB 226320   7 years mcatanzaro == Rolled over to ChangeLog-2018-01-01 ==
ChangeLog-2018-09-11 1.2 MB 235891   7 years philn == Rolled over to ChangeLog-2018-09-11 ==
ChangeLog-2019-06-05 1.3 MB 246124   6 years mcatanzaro == Rolled over to ChangeLog-2019-06-05 ==
ChangeLog-2020-04-10 1.9 MB 259873   5 years simon.fraser Roll changelogs
CMakeLists.txt 56.3 KB 266107   5 years ysuzuki [JSC] Add concurrency-aware version of isCallable / isConstructor to …
config.h 1.4 KB 241929   6 years sbarati Update JSScript SPI based on feedback …
COPYING.LIB 25.0 KB 25754   18 years ddkilzer JavaScriptCore: Reviewed by Adam. - Fix …
create_hash_table 11.3 KB 229547   7 years mark.lam Make a NativeFunction into a class to support pointer profiling. …
DerivedSources-input.xcfilelist 10.0 KB 266032   5 years ysuzuki [JSC] Add Intl.Segmenter …
DerivedSources-output.xcfilelist 7.5 KB 266032   5 years ysuzuki [JSC] Add Intl.Segmenter …
DerivedSources.make 18.2 KB 266032   5 years ysuzuki [JSC] Add Intl.Segmenter …
dynbench.cpp 9.2 KB 263635   5 years ggaren Rename initializeThreading to initialize …
entitlements.plist 229 bytes 100223   14 years barraclough Should sign the jsc binary …
features.json 20.0 KB 263053   5 years ysuzuki Webkit Feature BigInt on webkit.org …
framework.sb 1.4 KB 165840   11 years commit-queue Add Copyright to framework.sb …
GLib.cmake 1.9 KB 240431   6 years carlosgc [GLIB] Expose JavaScriptCore options in GLib public API …
Info.plist 1023 bytes 253968   5 years jeffm Update user-visible copyright strings to include 2020 …
JavaScriptCore.modulemap 126 bytes 255086   5 years keith_miller JSC should produce a module map. …
JavaScriptCore.order 378.8 KB 263981   5 years ggaren callOnMainThread should use the same queue as RunLoop::dispatch …
javascriptcoregtk.pc.in 365 bytes 229798   7 years carlosgc [GTK][WPE] Initial implementation of JavaScriptCore glib bindings …
JavaScriptCorePrefix.h 2.0 KB 261067   5 years mjs Remove no longer needed WebKitAdditions include for …
jsc.cpp 129.4 KB 266159   5 years ysuzuki [JSC] FTL should use m_origin instead of m_node->origin since m_node …
KeywordLookupGenerator.py 11.8 KB 258531   5 years keith_miller JavaScript identifier grammar supports unescaped astral symbols, but …
Makefile 27 bytes 254262   5 years commit-queue Unreviewed, rolling out r254234. …
PlatformFTW.cmake 2.4 KB 255491   5 years don.olmstead [CMake] Add _PRIVATE_LIBRARIES to framework …
PlatformGTK.cmake 4.8 KB 230996   7 years mcatanzaro [GTK] Miscellaneous build cleanups …
PlatformJSCOnly.cmake 683 bytes 262973   5 years aperez Build is broken with EVENT_LOOP_TYPE=GLib …
PlatformMac.cmake 2.5 KB 263881   5 years achristensen Update Mac CMake build .: * Source/cmake/OptionsMac.cmake: …
PlatformPlayStation.cmake 2.4 KB 262166   5 years yoshiaki.jitsukawa [PlayStation] Enable RemoteWebInspector …
PlatformWin.cmake 2.5 KB 245492   6 years don.olmstead [CMake] Use builtin FindICU …
PlatformWPE.cmake 713 bytes 236975   7 years csaavedra [WPE] Explicitly link against gmodule where used …
postprocess-headers.sh 4.1 KB 239933   6 years keith_miller JSC should have a module loader API …
Sources.txt 31.4 KB 266095   5 years keith_miller Remove MovHintRemoval phase …
SourcesCocoa.txt 1.9 KB 240511   6 years tzagallo Add API to generate and consume cached bytecode …
SourcesGTK.txt 1.7 KB 242306   6 years chris.reid [PlayStation] Upstream playstation's remote inspector server …
SourcesWPE.txt 1.7 KB 242306   6 years chris.reid [PlayStation] Upstream playstation's remote inspector server …
testapi.entitlements 304 bytes 245564   6 years tzagallo Only cache bytecode for API clients in data vaults …
tested-symbols.symlst 4.4 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
testRegExp.cpp 15.4 KB 263635   5 years ggaren Rename initializeThreading to initialize …
UnifiedSources-output.xcfilelist 13.0 KB 240507   6 years krollin Update existing .xcfilelists …
Note: See TracBrowser for help on using the repository browser.