source: webkit/trunk/Source/JavaScriptCore@ 220416

Name Size Rev Age Author Last Change
../
API 220403   8 years mcatanzaro [CMake] Properly test if compiler supports compiler flags …
assembler 220308   8 years mark.lam Fix typo in testmasm.cpp: ENABLE(JSVALUE64) should be USE(JSVALUE64). …
b3 220403   8 years mcatanzaro [CMake] Properly test if compiler supports compiler flags …
bindings 218794   8 years annulen Remove excessive headers from JavaScriptCore
builtins 220053   8 years utatane.tea [WTF] Introduce Private Symbols …
bytecode 220416   8 years fpizlo Baseline JIT should do caging …
bytecompiler 220068   8 years utatane.tea [JSC] Support optional catch binding …
Configurations 220336   8 years bburg Remove CANVAS_PATH compilation guard …
debugger 218794   8 years annulen Remove excessive headers from JavaScriptCore
dfg 220352   8 years fpizlo Primitive auxiliaries and JSValue auxiliaries should have separate …
disassembler 219480   8 years mcatanzaro Fix compiler warnings when building with GCC 7 …
domjit 219982   8 years utatane.tea Unreviewed, build fix for CLoop …
ForwardingHeaders 204998   9 years achristensen CMake build fix. Source/JavaScriptCore: * …
ftl 220416   8 years fpizlo Baseline JIT should do caging …
heap 220352   8 years fpizlo Primitive auxiliaries and JSValue auxiliaries should have separate …
icu 219155   8 years mmaxfield Remove copy of ICU headers from WebKit …
inspector 220342   8 years ryanhaddad Unreviewed, rolling out r220299. This change caused LayoutTest …
interpreter 220188   8 years drousso Web Inspector: add stack trace information for each RecordingAction …
JavaScriptCore.vcxproj 208275   9 years pvollan [Win] Copy build results to AAS 'Program Files' folder. …
JavaScriptCore.xcodeproj 220352   8 years fpizlo Primitive auxiliaries and JSValue auxiliaries should have separate …
jit 220416   8 years fpizlo Baseline JIT should do caging …
llint 220352   8 years fpizlo Primitive auxiliaries and JSValue auxiliaries should have separate …
offlineasm 220184   8 years fpizlo LLInt should do pointer caging …
parser 220323   8 years gskachkov [Next] Async iteration - Implement Async Generator - parser …
profiler 218794   8 years annulen Remove excessive headers from JavaScriptCore
runtime 220377   8 years commit-queue GetOwnProperty of TypedArray indexed fields is wrongly configurable …
Scripts 219289   8 years carlosgc Move make-js-file-arrays.py from WebCore to JavaScriptCore
shell 219790   8 years mark.lam Create regression tests for the JIT probe. …
tools 219115   8 years commit-queue Cleanup some StringBuilder use …
ucd 197781   9 years msaboff [ES6] Regular Expression canonicalization tables for Unicode need to …
wasm 220401   8 years utatane.tea [Linux] Clear WasmMemory with madvice instead of memset …
yarr 220186   8 years utatane.tea Merge WTFThreadData to Thread::current …
AUTHORS 57 bytes 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog 812.3 KB 220416   8 years fpizlo Baseline JIT should do caging …
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 ==
CMakeLists.txt 56.6 KB 220318   8 years mark.lam Move DFG::OSRExitCompiler methods into DFG::OSRExit [step 3]. …
config.h 1.3 KB 218167   8 years don.olmstead [JSC] Remove redundant includes in config.h …
COPYING.LIB 25.0 KB 25754   18 years ddkilzer JavaScriptCore: Reviewed by Adam. - Fix …
create_hash_table 10.9 KB 219981   8 years utatane.tea Hoist DOM binding attribute getter prologue into JavaScriptCore taking …
create_regex_tables 5.6 KB 202490   9 years msaboff ES6 Change: Unify handling of RegExp CharacterClassEscapes \w and \W …
DerivedSources.make 14.0 KB 219964   8 years drousso Web Inspector: create protocol for recording Canvas contexts …
dynbench.cpp 9.0 KB 198364   9 years fpizlo Replace all of the various non-working and non-compiling sampling …
entitlements.plist 229 bytes 100223   14 years barraclough Should sign the jsc binary …
features.json 19.7 KB 220282   8 years gskachkov [ESNext] Async iteration - update feature.json …
framework.sb 1.4 KB 165840   11 years commit-queue Add Copyright to framework.sb …
generate-bytecode-files 8.9 KB 217526   8 years mark.lam Implement a faster Interpreter::getOpcodeID(). …
generateYarrCanonicalizeUnicode 7.8 KB 197781   9 years msaboff [ES6] Regular Expression canonicalization tables for Unicode need to …
Info.plist 1023 bytes 210221   8 years jeffm Update user-visible copyright strings to include 2017 …
JavaScriptCore.gir.in 554 bytes 148755   12 years mrobinson [GTK] JSCore.gir.in has a few problems …
JavaScriptCore.order 379.2 KB 214560   8 years mark.lam Remove obsolete references to HeapTimer in JavaScriptCore.order. …
javascriptcoregtk.pc.in 353 bytes 169165   11 years mrobinson [CMake] Improve handling of LIB_INSTALL_DIR, EXEC_INSTALL_DIR, and …
JavaScriptCorePrefix.h 756 bytes 71754   15 years ossy 2010-11-10 Csaba Osztrogonác <Csaba Osztrogonác> Reviewed by …
jsc.cpp 139.8 KB 220416   8 years fpizlo Baseline JIT should do caging …
KeywordLookupGenerator.py 11.9 KB 178427   10 years msaboff JavaScript identifier incorrectly parsed if the prefix before an …
Makefile 27 bytes 81805   14 years mrowe Stop setting OTHER_OPTIONS in JavaScriptCore's Makefile. It's not …
PlatformGTK.cmake 2.3 KB 215862   8 years carlosgc [GTK] Remote inspector should support inspecting targets with previous …
PlatformJSCOnly.cmake 348 bytes 215408   8 years utatane.tea [JSCOnly] Fix build failures in macOS …
PlatformMac.cmake 1.9 KB 212424   8 years achristensen Unreviewed, rolling out r212394. Fixed iOS WebInspector Reverted …
PlatformWin.cmake 1.6 KB 215606   8 years annulen [cmake] Define FORWARDING_HEADERS_DIR in WebKitFS and use it …
PlatformWPE.cmake 1014 bytes 217832   8 years carlosgc [WPE] Enable remote inspector …
postprocess-headers.sh 462 bytes 194821   9 years mitz [Cocoa] Allow overriding the frameworks directory independently of …
tested-symbols.symlst 4.4 KB 171391   11 years fpizlo Merge r169628 from ftlopt. 2014-06-04 Matthew Mirman …
testRegExp.cpp 15.0 KB 217108   8 years utatane.tea [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass …
THANKS 413 bytes 11962   19 years thatcher Removes svn:keywords from all files.
Note: See TracBrowser for help on using the repository browser.