Commits
User selector
Commit History
Commits on Apr 14, 2023
Remove finishCreation()s that only call its superclass' finishCreation().
Show description for 7dbeef1committed
Mark Lam
Commits on Apr 16, 2022
[JSC] Remove VM& parameter from structure related code including jsDyamicCast
Show description for a6d202ccommitted
Commits on Mar 24, 2022
Prepare JSC for making the String(const char*) constructor explicit
Show description for cccb58dcommitted
Commits on Apr 10, 2021
Remove className() and toStringName() from the method table
Show description for 22a1e11committed
Commits on May 19, 2020
REGRESSION(r261755): Win/Linux non-unified builds have hundreds of link failures
Show description for 1dc916acommitted
Commits on May 15, 2020
[IWYU] Remove unnecessary includes from JSC implementation files
Show description for 2e3ee01committed
Commits on May 5, 2020
Object.prototype.toString is not spec-perfect
Show description for 06f736ecommitted
Commits on Feb 16, 2019
[JSC] JSWrapperObject should not be destructible
Show description for b68d348committed
Commits on May 19, 2017
[JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
Show description for 3529fd3committed
Commits on May 18, 2017
Unreviewed, rolling out r217031, r217032, and r217037.
Show description for 888a27bcommitted[JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass
Show description for 3362f2dcommitted
Commits on Jan 27, 2017
classInfo should take a VM so it is not materialized from the object on each call
Show description for ec8d700committed
Commits on Jul 30, 2014
Static hash tables no longer need to be coupled with a VM.
Show description for ce9f08ecommitted
Andreas Kling
Commits on Feb 11, 2014
Rename Operations.h to JSCInlines.h
Show description for fcf5bb2committed
Filip Pizlo
Commits on Sep 5, 2013
GCAssertions.h should use STL type traits and static_assert
Show description for 9c55eeecommitted
Anders Carlsson
Commits on Aug 14, 2013
Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked
Show description for 8d919decommitted
Filip Pizlo
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Jan 12, 2013
The JITThunks class should be in its own file, and doing so should not break the build
Show description for 2ae1f45committed
Filip Pizlo
Commits on Oct 11, 2012
Removed ASSERT_CLASS_FITS_IN_CELL
Show description for 35f85dfcommitted
Commits on Aug 31, 2012
Try to fix the Qt build: add some #includes that, for some reason, only the Qt linker requires.
Show description for e03c2d3committed
Commits on Dec 16, 2011
De-virtualize destructors
Show description for e7f86d2committed
Mark Hahnenberg
Commits on Sep 26, 2011
Add custom vtable struct to ClassInfo struct
Show description for 205f505committed
Mark Hahnenberg
Commits on Sep 9, 2011
Unzip initialization lists and constructors in JSCell hierarchy (5/7)
Show description for 2756b88committed
Mark Hahnenberg
Commits on Sep 7, 2011
Unreviewed, rolling out r94627 and r94632.
Show description for e0442e4authored andcommitted
Unzip initialization lists and constructors in JSCell hierarchy (5/7)
Show description for 8dc66d5authored andcommitted
Commits on Sep 1, 2011
Unzip initialization lists and constructors in JSCell hierarchy (4/7)
Show description for 14c9b18authored andcommitted
Commits on Apr 15, 2011
2011-04-15 Oliver Hunt <oliver@apple.com>
Show description for 17e5024committed2011-04-15 Philippe Normand <pnormand@igalia.com>
Show description for 13d0c60committed
Commits on Apr 14, 2011
2011-04-13 Oliver Hunt <oliver@apple.com>
Show description for d4360fbcommitted
Commits on Mar 15, 2011
2011-03-14 Geoffrey Garen <ggaren@apple.com>
Show description for d9d1363committed
Commits on Feb 21, 2011
Bug 54894 - Make inheritance structure described by ClassInfo match C++ class hierarchy.
Show description for 9febfd3committed
Gavin Barraclough
Commits on Feb 19, 2011
Bug 54786 - Devirtualize JSCell::classInfo()
Show description for 67bc1a7committed
Gavin Barraclough
Commits on Feb 1, 2011
2011-01-31 Oliver Hunt <oliver@apple.com>
Show description for f11be0ccommitted
Commits on Jan 2, 2011
Move JavaScriptCore to Source
Show description for b8dde14committed
Adam Barth
Loading