Commits
User selector
Commit History
Commits on Jul 13, 2020
Clean up SourceProvider and add caller relative load script to jsc.cpp
Show description for bca2993committed
Commits on Apr 15, 2019
Bytecode cache should not encode the SourceProvider for UnlinkedFunctionExecutable's classSource
Show description for 6bf4c62committed
Commits on Jan 22, 2019
Cache bytecode to disk
Show description for f2b5237committed
Commits on Jan 21, 2019
[JSC] Reduce size of SourceProvider
Show description for 4c257bccommittedRollout r240210: It broke tests on iOS
Show description for f5cea29committed
Commits on Jan 20, 2019
Cache bytecode to disk
Show description for 3f0b733committed
Commits on Jan 2, 2019
SourceProviders should use an actual URL instead of a string
Show description for 7513ec9committed
Commits on Jun 29, 2018
We shouldn't recurse into the parser when gathering metadata about various function offsets
Show description for fbda4bdcommitted
Commits on Feb 15, 2017
[JSC] Drop PassRefPtr
Show description for 72d2501committed
Commits on Dec 26, 2016
Propagate the source origin as much as possible
Show description for 5771dd4committed
Commits on Dec 9, 2016
Deploy OrdinalNumber in JSC::SourceCode
Show description for fbf0c14committedTextPosition and OrdinalNumber should be more like idiomatic numbers
Show description for 530f805committed
Commits on Dec 2, 2016
SourceCodeKey should use unlinked source code
Show description for 452e3a8committed
Commits on Sep 30, 2016
Breakpoints on blank lines or comments don't break
Show description for 4f8dbdbcommitted
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 Dec 13, 2015
CachedScript could have a copy-free path for all-ASCII scripts.
Show description for 061ccdccommitted
Andreas Kling
Commits on Jul 17, 2015
Function parameters should be parsed in the same parser arena as the function body
Show description for 7a07329committed
Commits on Jun 26, 2015
Source/JavaScriptCore:
Show description for e154e6aauthored andcommitted
Commits on Mar 26, 2015
Assertion firing in JavaScriptCore/parser/parser.h for statesman.com site
Show description for 58db65ccommitted
Commits on Mar 20, 2015
Function.prototype.toString should not decompile the AST
Show description for 6742858committed
Commits on May 1, 2014
Unreviewed, rolling out r167964.
Show description for 1dc3512committed
Commits on Apr 29, 2014
Source/JavaScriptCore: Don't hold on to parameterBindingNodes forever
Show description for 38274dacommitted
Commits on Mar 15, 2014
.: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
Show description for d55388ccommitted
Commits on Jul 25, 2013
fourthTier: DFG tries to ref/deref StringImpls in a ton of places
Show description for a9c39f2committed
Commits on Jul 9, 2013
Fix 30% JSBench regression (caused by adding column numbers to stack traces).
Show description for 6064e57committed
Mark Lam
Commits on Feb 19, 2013
Unreviewed, rolling in r143348.
Show description for 8219628committed
Commits on Sep 14, 2012
Improve the SourceProvider hierarchy
Show description for 7bee90fauthored andcommitted
Commits on Aug 30, 2012
Replace JSC::UString by WTF::String
Show description for 4965391authored andcommitted
Commits on May 30, 2012
ScriptDebugServer wants sourceIDs that are non-zero because that's what HashMaps want, so JSC should placate it
Show description for 17a67c1committed
Filip Pizlo
Commits on Mar 20, 2012
Do not copy the script source in the SourceProvider, just reference the existing string
Show description for 28701d2committed
Commits on Nov 8, 2011
Towards 8 Bit Strings: Templatize JSC::Parser class by Lexer type
Show description for 3847839committed
Commits on Nov 7, 2011
Towards 8 Bit Strings: Templatize JSC::Lexer class by character type
Show description for 3271973committed
Commits on Nov 3, 2011
Web Inspector: preserve script location for inline handlers.
Show description for 647a986authored andcommitted