- 6a09165 InferredTypeTable should ref its keys by fpizlo@apple.com · 9 years ago
- c42ad7b [ES6] prototyping module loader in JSC shell by utatane.tea@gmail.com · 10 years ago
- 8268d39 Introduce UniquedStringImpl and SymbolImpl to separate symbolic strings from AtomicStringImpl by utatane.tea@gmail.com · 10 years ago
- 874750c Move AtomicStringImpl table related operations from AtomicString to AtomicStringImpl by utatane.tea@gmail.com · 10 years ago
- 4565009 Use the default hash value for Symbolized StringImpl by utatane.tea@gmail.com · 10 years ago
- 20b6e30 put_by_val_direct need to check the property is index or not for using putDirect / putDirectIndex by utatane.tea@gmail.com · 10 years ago
- c7c203c Return Optional<uint32_t> from PropertyName::asIndex by utatane.tea@gmail.com · 10 years ago
- b6f60b2 Clean up Identifier factories to clarify the meaning of StringImpl* by utatane.tea@gmail.com · 10 years ago
- 689f761 Replace PassRef with Ref/Ref&& across the board. <https://webkit.org/b/139587> by akling@apple.com · 10 years ago
- 710786a Optimize constructing JSC::Identifier from AtomicString. by akling@apple.com · 10 years ago
- 199e204 PropertyTable keys should be AtomicStringImpl. <https://webkit.org/b/139096> by akling@apple.com · 10 years ago
- 188640e Fixed indentations and some style warnings in JavaScriptCore/runtime. by mark.lam@apple.com · 10 years ago
- 2c4a7e9 Merge r170564, r170571, r170604, r170628, r170672, r170680, r170724, r170728, r170729, r170819, r170821, r170836, r170855, r170860, r170890, r170907, r170929, r171052, r171106, r171152, r171153, r171214 from ftlopt. by fpizlo@apple.com · 11 years ago
- 38ee674 Build fix after r171482. by bfulgham@apple.com · 11 years ago
- 67ab87b ../JavaScriptCore: [Win] Use NO_RETURN_DUE_TO_CRASH on Windows by bfulgham@apple.com · 11 years ago
- 0cde90d Source/JavaScriptCore: Crash beneath operationTearOffActivation running this JS compression demo by barraclough@apple.com · 11 years ago
- b89fc61 Merge AtomicString, Identifier https://bugs.webkit.org/show_bug.cgi?id=128624 by barraclough@apple.com · 11 years ago
- 321f350 Remove all uses of deprecatedCharacters from JavaScriptCore by darin@apple.com · 11 years ago
- 4c96a84 Hoist and combine array bounds checks by fpizlo@apple.com · 11 years ago
- 2456388 Make the Identifier::add() family return PassRef<StringImpl>. by akling@apple.com · 11 years ago
- a8ed676 Call deprecatedCharacters instead of characters at more call sites by darin@apple.com · 11 years ago
- 585639b Unreviewed, rolling out r161840. by commit-queue@webkit.org · 11 years ago
- 91c6d31 Reduce use of String::characters https://bugs.webkit.org/show_bug.cgi?id=126854 by darin@apple.com · 11 years ago
- c7ec4d8 Make remaining StringImpl functions return PassRef. by akling@apple.com · 11 years ago
- c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
- 20a9bf0 Support for-of syntax https://bugs.webkit.org/show_bug.cgi?id=122339 by oliver@apple.com · 11 years ago
- 9719b8c Implement Array key, value and entries iterators by oliver@apple.com · 11 years ago
- 0203946 fourthTier: DFG tries to ref/deref StringImpls in a ton of places by oliver@apple.com · 12 years ago
- aa51fa6 HashSet: reverse the order of the template arguments at alternate 'find', 'contains' and 'add' methods by mikhail.pozdnyakov@intel.com · 12 years ago
- 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
- e608939 Add simple vector traits for JSC::Identifier. <http://webkit.org/b/111323> by akling@apple.com · 12 years ago
- c50287c Remove unneeded explicit function template arguments. by darin@apple.com · 12 years ago
- 3c8717b Build WebKit as C++11 on Mac https://bugs.webkit.org/show_bug.cgi?id=100720 by andersca@apple.com · 12 years ago
- c9b7a20 Rename the ustring() accessor to string() by benjamin@webkit.org · 12 years ago
- cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 12 years ago
- d02c557 Use the initialization from literal for JSC's Identifiers by benjamin@webkit.org · 13 years ago
- 329b806 Stop masking 8 bits off of the visited link hash. We need all the bits! by weinig@apple.com · 13 years ago
- 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
- 4c11ee0 HashMap<>::add should return a more descriptive object by caio.oliveira@openbossa.org · 13 years ago
- 3979f2d Make WTF public headers use fully-qualified include paths and remove ForwardingHeaders/wtf by eric@webkit.org · 13 years ago
- cbcd594 Unreviewed, rolling out r109837. by commit-queue@webkit.org · 13 years ago
- 37ac49e Source/JavaScriptCore: Update JavaScriptCore files to use fully-qualified WTF include paths by eric@webkit.org · 13 years ago
- f0dd2d9 JavaScriptCore: Mark all exported symbols in the header file automatically. by morrita@google.com · 13 years ago
- b81ffeb Enable 8 Bit Strings in JavaScriptCore by msaboff@apple.com · 13 years ago
- 4a8df18 Fix some hash traits that don't derive from the base hash traits by darin@apple.com · 13 years ago
- 11c2e64 Towards 8 Bit Strings: Templatize JSC::Lexer class by character type by msaboff@apple.com · 13 years ago
- 0cb990b Investigate storing strings in 8-bit buffers when possible by msaboff@apple.com · 13 years ago
- 41f5c95 DFG bytecode parser should understand inline stacks by fpizlo@apple.com · 13 years ago
- 921c5ee Replace local implementation of string equals() methods with UString versions by msaboff@apple.com · 13 years ago
- bb418d7 2011-06-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/runtime/Identifier.h]
- 794f461 Bug 44146 - Remove toDouble/toUInt32 methods from UString. by barraclough@apple.com · 15 years ago
- 79b4e28 Remove unnecessary includes from UString.h, add new includes as necessary. by barraclough@apple.com · 15 years ago
- 99428fc Switch String::/UString::ascii() to return a CString. by barraclough@apple.com · 15 years ago
- 3158a38 Unify UString::UTF8String() & String::utf8() methods, by barraclough@apple.com · 15 years ago
- eb7ea4b 2010-08-12 Sheriff Bot <webkit.review.bot@gmail.com> by ossy@webkit.org · 15 years ago
- d22274e Unify UString::UTF8String() & String::utf8() methods, by barraclough@apple.com · 15 years ago
- c2527d6 Rubber stamps by Darin Adler & Sam Weinig. by barraclough@apple.com · 15 years ago
- ee2085b Bug 43817 - Remove UString::Rep by barraclough@apple.com · 15 years ago
- 9c099f9 Bug 40214 - Clean up error construction / throwing in JSC. by barraclough@apple.com · 15 years ago
- 560d3d5 Rolling out r58114 - this introduced memory leaks of by barraclough@apple.com · 15 years ago
- b474682 https://bugs.webkit.org/show_bug.cgi?id=37978 by barraclough@apple.com · 15 years ago
- c6af236 * API/JSValueRef.cpp: by barraclough@apple.com · 15 years ago
- 185ce91 JavaScriptCore: Bug 37906 - Remove JSC::UStringImpl; unify with StringImpl. by barraclough@apple.com · 15 years ago
- 43e9a93 Rubber stamped by Maciej Stachowiak (relanding r57829). by barraclough@apple.com · 15 years ago
- bcfd7fc This broke windows. by barraclough@apple.com · 15 years ago
- b599e9e https://bugs.webkit.org/show_bug.cgi?id=37745 by barraclough@apple.com · 15 years ago
- c24293a Bug 36075 - Clean up screwyness re static string impls & Identifiers. by barraclough@apple.com · 15 years ago
- 5d0db76 2010-03-05 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
- 2049d9a Bug 34952 - String lengths in UString should be unsigned. by barraclough@apple.com · 15 years ago
- ee9b436 https://bugs.webkit.org/show_bug.cgi?id=33236 by barraclough@apple.com · 15 years ago
- 8c8035b Rubber stamped by Geoff Garen. by barraclough@apple.com · 15 years ago
- e6df279 JSON.stringify replacer array does not accept values that are not string primitives. by oliver@apple.com · 16 years ago
- f9f6bbd Bug 23080: Remove last vestiges of KJS references by ddkilzer@apple.com · 16 years ago
- d6200c9 Remove declaration for JSC::Identifier::initializeIdentifierThreading() by ddkilzer@apple.com · 16 years ago
- 9b5bf06 2008-11-20 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago
- a9778f9 JavaScriptCore: by darin@apple.com · 16 years ago
- 0b51a73 2008-11-05 Cameron Zwarich <zwarich@apple.com> by cwzwarich@webkit.org · 16 years ago[Renamed (99%) from JavaScriptCore/kjs/identifier.h]
- c13fb9f 2008-10-30 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago
- 69cb579 Fix builds using the "debug" variant. by mrowe@apple.com · 16 years ago
- 3f782f6 2008-09-07 Cameron Zwarich <cwzwarich@uwaterloo.ca> by cwzwarich@webkit.org · 16 years ago
- 8339ff2 2008-09-05 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
- f3cb859 Build fix. by ap@webkit.org · 17 years ago
- be495d3 Reviewed by Geoff Garen. by ap@webkit.org · 17 years ago
- 6d93bb5 Reviewed by Oliver Hunt. by ap@webkit.org · 17 years ago
- 2947a91 JavaScriptCore: by weinig@apple.com · 17 years ago
- 960c28e Reviewed by Darin. by ap@webkit.org · 17 years ago
- 07e5bce Reviewed by Geoff Garen. by ap@webkit.org · 17 years ago
- 5b30cfc Reviewed by Darin. by ap@webkit.org · 17 years ago
- faaccdb Reviewed by Darin. by ap@webkit.org · 17 years ago
- 0ea9a69 Reviewed by Darin. by ap@webkit.org · 17 years ago
- 3bfd7d0 Reviewed by Darin. by ap@webkit.org · 17 years ago
- d292346 Reviewed by Darin. by ap@webkit.org · 17 years ago
- 8a1c16e JavaScriptCore: by darin@apple.com · 17 years ago
- f962d69 Reviewed by Maciej. by darin · 17 years ago
- 2b356d8 2007-10-24 Mark Rowe <mrowe@apple.com> by bdash · 17 years ago
- 25e3ac1 Reviewed by Sam Weinig. by ggaren · 17 years ago
- 23fc88d JavaScriptCore: by mjs · 18 years ago
- 18eccf4 JavaScriptCore: by ggaren · 18 years ago
- 3d61914 2006-10-31 Vladimir Olexa <vladimir.olexa@gmail.com> by ap · 18 years ago