Commits
User selector
Commit History
Commits on Sep 27, 2025
Rename LChar to Latin1Character
Show description for 63b97b5committed
Commits on Sep 22, 2025
Unreviewed, reverting 300282@main, 300302@main, and 300311@main.
Show description for 15e5e7dauthored andcommitted
Commits on Sep 21, 2025
Rename LChar to Latin1Character
Show description for 1424f06committed
Commits on Jul 1, 2025
JSC: Replace UChar with char16_t
Show description for 6e819ccauthored andcommitted
Commits on May 5, 2025
[JSC] Remove remaining LIKELY / UNLIKELY
Show description for 213ac5acommitted
Commits on Dec 6, 2024
Drop Python < 3.9 sys.version_info branches
Show description for dcb4913committed
Commits on Nov 5, 2024
v2 Skip a few more unsafe buffer usage warnings
Show description for 56bf85fcommitted
Commits on Oct 6, 2023
Move fast character comparison functions from JavaScriptCore/KeywordLookup.h to WTF/
Show description for 1832ad0committed
Commits on Aug 5, 2021
Use reinterpret_cast_ptr in KeywordLookupGenerator, PropertyMapHashTable
Show description for 246e2d7committed
commit-queue@webkit.org
Commits on Mar 17, 2020
JavaScript identifier grammar supports unescaped astral symbols, but JSC doesn’t
Show description for 2adc681committed
Commits on Sep 18, 2019
Use constexpr instead of const in symbol definitions that are obviously constexpr.
Show description for 4875082committed
Mark Lam
Commits on Sep 5, 2019
Unreviewed, rolling out r247463.
Show description for db6cd8ecommitted
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 Jul 16, 2019
Keyword lookup can use memcmp to get around unaligned load undefined behavior
Show description for caf5578authored andcommitted
Commits on Jan 14, 2015
JavaScript identifier incorrectly parsed if the prefix before an escape sequence is a keyword
Show description for 6042f14committed
Commits on Aug 26, 2013
Plenty of -Wcast-align warnings in KeywordLookup.h
Show description for 6ad0397committed
Commits on Apr 18, 2013
Renamed JSGlobalData to VM
Show description for 3692f88committed
Commits on Apr 8, 2013
Allow KeywordLookupGenerator.py to work on Windows with Windows style line endings
Show description for fd99700authored andcommitted
Commits on Apr 19, 2012
KeywordLookupGenerator.py should take an output file as an argument
Show description for dbbd29fauthored andcommitted
Commits on Mar 5, 2012
Lexer: Specialize character predicates for LChar, UChar
Show description for f2c4af7committed
Commits on Nov 7, 2011
Towards 8 Bit Strings: Templatize JSC::Lexer class by character type
Show description for 3271973committed
Commits on Jun 14, 2011
2011-06-14 Benjamin Poulain <benjamin@webkit.org>
Show description for 3067edacommitted
Commits on Jun 4, 2011
2011-06-04 Sam Weinig <sam@webkit.org>
Show description for b06994fcommitted
Sam Weinig2011-06-03 Oliver Hunt <oliver@apple.com>
Show description for 2fb2c6dcommitted2011-06-03 Oliver Hunt <oliver@apple.com>
Show description for cb09ed2committed
Commits on Jun 3, 2011
2011-06-03 Oliver Hunt <oliver@apple.com>
Show description for 96e0c77committed
Loading