source: webkit/trunk/Source/JavaScriptCore/jsc.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @240641   6 years ross.kirsling Remove unnecessary using namespace WTFs (or at least restrict their …
(edit) @240557   6 years darin Replace many uses of String::format with more type-safe alternatives …
(edit) @240255   6 years tzagallo Cache bytecode to disk https://bugs.webkit.org/show_bug.cgi?id=192782
(edit) @240224   6 years sbarati Rollout r240210: It broke tests on iOS …
(edit) @240210   6 years tzagallo Cache bytecode to disk https://bugs.webkit.org/show_bug.cgi?id=192782
(edit) @240113   6 years yusukesuzuki [JSC] Add generateHeapSnapshotForGCDebugging function to dump …
(edit) @239981   6 years tpopela Unreviewed: Fix the -Wformat compiler warnings * jsc.cpp: (jscmain):
(edit) @239969   6 years msaboff Add option to JSC to dump memory footprint on script completion …
(edit) @239569   6 years keith_miller SourceProviders should use an actual URL instead of a string …
(edit) @239535   6 years yusukesuzuki Use Ref<> as much as possible …
(edit) @239427   6 years cdumez wtf/Optional.h: move-constructor and move-assignment operator should …
(edit) @239273   6 years jlewis3 Unreviewed, rolling out r239254. This broke the Windows 10 Debug …
(edit) @239257   6 years yusukesuzuki Unreviewed, suppress warnings in Linux Source/bmalloc: * …
(edit) @239256   6 years yusukesuzuki Null pointer dereference in JSC::WriteBarrierBase() …
(edit) @239254   6 years darin Replace many uses of String::format with more type-safe alternatives …
(edit) @239195   6 years sbarati The JSC shell should listen for memory pressure events and respond to …
(edit) @239187   6 years ddkilzer clang-tidy: Fix unnecessary object copies in JavaScriptCore
(edit) @238766   6 years dino Try to fix Windows build by using strcmp instead of strcasecmp. * …
(edit) @238753   6 years dino Add first-class support for .mjs files in jsc binary …
(edit) @238453   6 years mark.lam Make the jsc shell's dumpException() more robust against long …
(edit) @238391   7 years mark.lam globalFuncImportModule() should return a promise when it clears …
(edit) @237823   7 years don.olmstead Fix typos in closing ENABLE guards …
(edit) @237266   7 years ap Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) …
(edit) @237009   7 years yusukesuzuki [JSC] Rename createXXX to tryCreateXXX if it can return RefPtr …
(edit) @236827   7 years ross.kirsling [JSC] print() changes CRLF to CRCRLF on Windows …
(edit) @236814   7 years msaboff Command line jsc should report memory footprint in bytes …
(edit) @236697   7 years keith_miller Create a RELEASE_AND_RETURN macro for ExceptionScopes …
(edit) @236362   7 years msaboff Add functions to measure memory footprint to JSC …
(edit) @236305   7 years ryanhaddad Unreviewed, rolling out r236293. Internal build still broken. …
(edit) @236293   7 years msaboff Add functions to measure memory footprint to JSC …
(edit) @236260   7 years ryanhaddad Unreviewed, rolling out r236235. Breaks internal builds. Reverted …
(edit) @236235   7 years msaboff Add functions to measure memory footprint to JSC …
(edit) @235831   7 years yusukesuzuki [JSC] Remove loadModule function in jsc.cpp …
(edit) @235627   7 years mark.lam Make the jsc shell print, printErr, and debug functions more robust. …
(edit) @235450   7 years mark.lam Fix bit-rotted Interpreter::dumpRegisters() and move it to the …
(edit) @234501   7 years david_fenton Unreviewed, rolling out r234489. Caused 50+ crashes and 60+ API …
(edit) @234489   7 years tpopela [WTF] Rename String::format to String::deprecatedFormat …
(edit) @234278   7 years ross.kirsling String(View) should have a splitAllowingEmptyEntries function instead …
(edit) @233854   7 years mark.lam jsc shell's noFTL utility test function should be more robust. …
(edit) @233122   7 years utatane.tea [WTF] Add user-defined literal for ASCIILiteral …
(edit) @232337   7 years utatane.tea [JSC] Pass VM& parameter as much as possible …
(edit) @231514   7 years fpizlo InPlaceAbstractState::beginBasicBlock shouldn't have to clear any …
(edit) @231492   7 years ryanhaddad Unreviewed, rolling out r231468. Broke the CLoop build Reverted …
(edit) @231468   7 years fpizlo InPlaceAbstractState::beginBasicBlock shouldn't have to clear any …
(edit) @231339   7 years commit-queue Invoke ensureArrayStorage for all arguments …
(edit) @231238   7 years commit-queue Expose "$262.agent.monotonicNow()" for use in testing Atomic operation …
(edit) @231194   7 years gskachkov WebAssembly: add support for stream APIs - JavaScript API …
(edit) @230798   7 years utatane.tea Unreviewed, Fix jsc shell …
(edit) @230763   7 years utatane.tea [WebAssembly][Modules] Import globals from wasm modules …
(edit) @230759   7 years utatane.tea Unreviewed, reland r230697, r230720, and r230724. …
(edit) @230741   7 years jlewis3 Unreviewed, rolling out r230697, r230720, and r230724. …
(edit) @230720   7 years utatane.tea [WebAssembly][Modules] Implement function import from wasm modules …
(edit) @230697   7 years utatane.tea [WebAssembly][Modules] Prototype wasm import …
(edit) @229605   7 years keith_miller Move jsc CLI breakpoint function to $vm …
(edit) @229478   7 years mark.lam Remove unused LLINT_STATS feature. …
(edit) @229410   7 years utatane.tea [JSC] Add inherits<T>(VM&) leveraging JSCast fast path …
(edit) @229391   7 years keith_miller Meta-program setupArguments and callOperation …
(edit) @229309   7 years utatane.tea Fix std::make_unique / new[] using system malloc …
(edit) @229129   7 years utatane.tea Unreviewed, fix exception check for ExceptionScope …
(edit) @229092   7 years utatane.tea JSC crash with import("")
(edit) @228950   7 years utatane.tea [JSC] Implement $vm.ftlTrue function for FTL testing …
(edit) @228533   7 years utatane.tea [JSC] Remove monotonicallyIncreasingTime and currentTime …
(edit) @228488   7 years sbarati Setting a VMTrap shouldn't look at topCallFrame since that may imply …
(edit) @227898   7 years sbarati JSC incorrectly interpreting script, sets Global Property instead of …
(edit) @226338   7 years ticaiolima [ESNext][BigInt] Implement BigIntConstructor and BigIntPrototype …
(edit) @225778   7 years utatane.tea [WTF] Thread::create should have Thread::tryCreate …
(edit) @225352   7 years mark.lam jsc shell's flashHeapAccess() should not do JS work after releasing …
(edit) @225333   7 years msaboff Allow JSC command line tool to accept UTF8 …
(edit) @225129   7 years mark.lam Move unsafe jsc shell test functions to the $vm object. …
(edit) @224770   8 years mark.lam Make the jsc shell loadGetterFromGetterSetter() function more robust. …
(edit) @224309   8 years mark.lam Add support to throw OOM if MarkedArgumentBuffer may overflow. …
(edit) @223746   8 years sbarati Optimize accesses to how we get the direct prototype …
(edit) @223738   8 years jfbastien WebAssembly: no VM / JS version of everything but Instance …
(edit) @223331   8 years utatane.tea [JSC] Perform module specifier validation at parsing time …
(edit) @223237   8 years utatane.tea Support integrity="" on module scripts …
(edit) @223173   8 years utatane.tea [JSC] Drop Instantiate hook in ES6 module loader …
(edit) @223002   8 years ryanhaddad Unreviewed, rolling out r222791 and r222873. …
(edit) @222895   8 years utatane.tea [JSC] Introduce import.meta …
(edit) @222827   8 years sbarati Implement polymorphic prototypes …
(edit) @222791   8 years jfbastien WebAssembly: no VM / JS version of everything but Instance …
(edit) @222713   8 years sbarati Unreviewed. Fix debug assertion after r222671. …
(edit) @222671   8 years sbarati Custom GetterSetterAccessCase does not use the correct slotBase when …
(edit) @222473   8 years achristensen Make Attribute an enum class …
(edit) @222424   8 years commit-queue test262: $.agent became $262.agent in test262 update …
(edit) @221878   8 years mark.lam Make jsc dump the command line if JSC_dumpOption environment variable …
(edit) @221849   8 years mark.lam Fix all ExceptionScope verification failures in JavaScriptCore. …
(edit) @221822   8 years mark.lam Avoid duplicate computations of ExecState::vm(). …
(edit) @221417   8 years utatane.tea [JSC] Use reifying system for "name" property of builtin JSFunction …
(edit) @221404   8 years ryanhaddad Unreviewed, rolling out r221327. This change caused test262 failures. …
(edit) @221327   8 years utatane.tea [JSC] Use reifying system for "name" property of builtin JSFunction …
(edit) @220416   8 years fpizlo Baseline JIT should do caging …
(edit) @220404   8 years ryanhaddad Unreviewed, rolling out r220368. This change caused WK1 tests to exit …
(edit) @220368   8 years fpizlo Baseline JIT should do caging …
(edit) @220352   8 years fpizlo Primitive auxiliaries and JSValue auxiliaries should have separate …
(edit) @220148   8 years fpizlo We should be OK with the gigacage being disabled on gmalloc …
(edit) @220118   8 years fpizlo Bmalloc and GC should put auxiliaries (butterflies, typed array …
(edit) @219981   8 years utatane.tea Hoist DOM binding attribute getter prologue into JavaScriptCore taking …
(edit) @218936   8 years keith_miller VMTraps has some races https://bugs.webkit.org/show_bug.cgi?id=173941
(edit) @218816   8 years utatane.tea [WTF] Drop Thread::create(obsolete things) API since we can use lambda …
(edit) @218794   8 years annulen Remove excessive headers from JavaScriptCore
Note: See TracRevisionLog for help on using the revision log.