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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @218067   8 years annulen Unreviewed, attempt to fix JSC tests on Win after r217771 * jsc.cpp: …
(edit) @217942   8 years keith_miller WebAssembly: We should only create wrappers for functions that can be …
(edit) @217771   8 years annulen Fix build of Windows-specific code with ICU 59.1 …
(edit) @217523   8 years utatane.tea [DOMJIT] Move DOMJIT patchpoint infrastructure out of domjit …
(edit) @217108   8 years utatane.tea [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass …
(edit) @217077   8 years sbarati We need to destroy worker threads in jsc.cpp …
(edit) @217049   8 years commit-queue Unreviewed, rolling out r217031, r217032, and r217037. …
(edit) @217037   8 years utatane.tea Unreviewed, fix debug and non-JIT build …
(edit) @217031   8 years utatane.tea [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass …
(edit) @216699   8 years fpizlo Callers of JSString::unsafeView() should check exceptions …
(edit) @216428   8 years mark.lam Introduce ExceptionScope::assertNoException() and …
(edit) @216218   8 years fpizlo JSC::Heap should expose a richer API for requesting GCs …
(edit) @215916   8 years joepeck Support for promise rejection events (unhandledrejection) …
(edit) @215896   8 years keith_miller REGRESSION (r215843): ASSERTION FAILED: !m_completionTasks[0].first in …
(edit) @215843   8 years keith_miller WebAssembly: Implement tier up …
(edit) @215265   8 years utatane.tea [WTF] Introduce Thread class and use RefPtr<Thread> and align Windows …
(edit) @215103   8 years sbarati WebAssembly: Make to a compilation API that allows for multi-VM …
(edit) @214936   8 years carlosgc Implement PromiseDeferredTimer for non CF based ports …
(edit) @214919   8 years keith_miller WebAssembly: ModuleInformation should be a ref counted thing that can …
(edit) @214905   8 years sbarati WebAssembly: JSWebAssemblyCallee should not be a JSCell …
(edit) @214602   8 years sbarati WebAssembly: pass Wasm::Context* to vmEntryToWasm when not using fast …
(edit) @214547   8 years jfbastien WebAssembly: add shell-only Memory mode helper …
(edit) @214504   8 years keith_miller WebAssembly: Make WebAssembly.instantiate/compile truly asynchronous …
(edit) @214289   8 years mark.lam Add support for Error.stackTraceLimit. …
(edit) @214016   8 years mark.lam Fix exception scope verification failures in jsc.cpp. …
(edit) @213690   8 years msaboff Source/JavaScriptCore: Add plumbing to WebProcess to enable …
(edit) @213467   8 years commit-queue op_get_by_id_with_this should use inline caching …
(edit) @213386   8 years keith_miller WASM should support faster loads. …
(edit) @213151   8 years msaboff Add ability to configure JSC options from a file …
(edit) @213088   8 years commit-queue Unreviewed, rolling out r213019. …
(edit) @213019   8 years commit-queue op_get_by_id_with_this should use inline caching …
(edit) @212778   8 years fpizlo The collector thread should only start when the mutator doesn't have …
(edit) @212620   8 years mark.lam functionTestWasmModuleFunctions() should use a MarkedArgumentBuffer …
(edit) @212616   8 years commit-queue Unreviewed, rolling out r212466. …
(edit) @212535   8 years utatane.tea [JSC] Drop PassRefPtr from ArrayBuffer …
(edit) @212466   8 years fpizlo The collector thread should only start when the mutator doesn't have …
(edit) @212464   8 years andersca Remove EFL from JavaScriptCore
(edit) @212438   8 years utatane.tea Web Inspector: allow import() inside the inspector …
(edit) @211818   8 years utatane.tea Unreviewed, manual roll out of r211777
(edit) @211777   8 years utatane.tea Web Inspector: allow import() inside the inspector …
(edit) @211448   8 years fpizlo The mutator should be able to perform increments of GC work …
(edit) @211247   8 years keith_miller classInfo should take a VM so it is not materialized from the object …
(edit) @211194   8 years fpizlo jsc.cpp should have the $.agent stuff for testing SAB …
(edit) @211070   8 years sbarati https://bugs.webkit.org/show_bug.cgi?id=167247 JSC: …
(edit) @211018   8 years utatane.tea [JSC] export JSC::importModule API for WebCore dynamic import …
(edit) @210912   8 years fpizlo JSSegmentedVariableObject and its subclasses should have a sane …
(edit) @210844   8 years fpizlo Make opaque root scanning truly constraint-based …
(edit) @210573   8 years utatane.tea Implement JSSourceCode to propagate SourceCode in module pipeline …
(edit) @210557   8 years ryanhaddad Unreviewed, rolling out r210537. …
(edit) @210537   8 years utatane.tea Implement JSSourceCode to propagate SourceCode in module pipeline …
(edit) @210522   8 years utatane.tea [JSC] Prototype dynamic-import …
(edit) @210229   8 years jfbastien WebAssembly: handle and optimize wasm export → wasm import calls …
(edit) @210202   8 years sbarati Unreviewed. Fix jsc.cpp build error. * jsc.cpp: …
(edit) @210201   8 years sbarati WebAssembly: Implement grow_memory and current_memory …
Note: See TracRevisionLog for help on using the revision log.