Commits
User selector
Commit History
Commits on Nov 13, 2020
[JSC] Use symbols as identifiers for class fields computed names storage
Show description for 66252acauthored andcommitted
Commits on May 11, 2020
[clang-tidy] Run modernize-use-nullptr over JSC
Show description for 82fa9aecommitted
Commits on Feb 13, 2020
[ESNext][BigInt] We don't support BigInt literal as PropertyName
Show description for 3412c90committed
Commits on Jan 3, 2020
Experiment: create lots of different malloc zones for easier accounting of memory use
Show description for bc771eccommitted
Commits on Aug 27, 2019
Refactor to use VM& instead of VM* at as many places as possible.
Show description for b236c61committed
Mark Lam
Commits on Aug 19, 2019
[WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part
Show description for 8a462cbcommitted
Commits on Jun 3, 2019
Finish cleanup of String::number for floating point
Show description for 199728bcommitted
Commits on Feb 6, 2019
[JSC] PrivateName to PublicName hash table is wasteful
Show description for d8bdc23committed
Commits on Jan 26, 2018
We should only append ParserArenaDeletable pointers to ParserArena::m_deletableObjects.
Show description for d9bd58ccommitted
Mark Lam
Commits on Sep 28, 2016
Unreviewed, rolling out r206522.
Show description for 80675e4committedUnreviewed, rolling out r206506.
Show description for 16139c4committedAdopt #pragma once in JavaScriptCore
Show description for 359b077authored andcommitted
Commits on May 14, 2015
[ES6] Implement tagged templates
Show description for 9e7fe36committed
Commits on Mar 31, 2015
Clean up Identifier factories to clarify the meaning of StringImpl*
Show description for a25f74acommitted
Commits on Jan 13, 2015
Out of bounds read in IdentifierArena::makeIdentifier
Show description for 91ce315committed
Commits on Dec 11, 2014
Use std::unique_ptr instead of OwnPtr in JSC - heap, jit, runtime, and parser directories
Show description for b6737f7committed
Gyuyoung Kim
Commits on Dec 5, 2014
2014-12-05 Geoffrey Garen <ggaren@apple.com>
Show description for 63c3cd5committedRemoved the concept of ParserArenaRefCounted
Show description for 086e061committed
Commits on Dec 10, 2013
Replace use of WTF::FixedArray with std::array
Show description for 15fc8f5committed
Sam Weinig
Commits on Oct 18, 2013
Remove spaces between template angle brackets
Show description for cbed4b9committed
Anders Carlsson
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted
Commits on Aug 27, 2012
Add ECMAScript Number to String conversion to WTF::String
Show description for 59b9f13committed
Commits on Mar 7, 2012
Parser: Inline ScopeNodeData into ScopeNode
Show description for d62bbbdcommitted
Commits on Jan 13, 2012
JavaScriptCore: Mark all exported symbols in the header file automatically.
Show description for 96977dbcommitted
Commits on Nov 7, 2011
Towards 8 Bit Strings: Templatize JSC::Lexer class by character type
Show description for 3271973committed
Commits on Nov 2, 2011
Cut down on malloc/free a bit in the parser arena
Show description for d931ae6committed
Commits on Jun 8, 2011
2011-06-08 Oliver Hunt <oliver@apple.com>
Show description for aa19da5committed
Commits on Jun 1, 2011
2011-06-01 Oliver Hunt <oliver@apple.com>
Show description for 95c3fd6committed
Commits on Jan 20, 2011
Refactoring of the custom allocation framework
Show description for f03d5f0authored andcommitted
Commits on Jan 2, 2011
Move JavaScriptCore to Source
Show description for b8dde14committed
Adam Barth
Loading