Sign in
webkit
/
WebKit
/
7725e2a114001ab14ca2d5374ede31a16dbbda9b
/
Source
/
JavaScriptCore
/
runtime
/
SmallStrings.h
46a6a9a
[JSC] SmallStringsStorage is unnecessary
by ysuzuki@apple.com
· 6 years ago
1f78862
[JSC] Use BufferInternal single character StringImpl for SmallStrings
by ysuzuki@apple.com
· 6 years ago
b9da09d
[ESNext][BigInt] Implement BigInt literals and JSBigInt
by ticaiolima@gmail.com
· 7 years ago
6712c2d
Remove excessive headers from JavaScriptCore
by annulen@yandex.ru
· 8 years ago
2551c4b
[JSC] Drop PassRefPtr https://bugs.webkit.org/show_bug.cgi?id=168320
by utatane.tea@gmail.com
· 8 years ago
ea379af
The tracking of the coarse-grain Heap state (allocating or not, collector or not, eden vs full) should respect the orthogonality between allocating and collecting
by fpizlo@apple.com
· 8 years ago
22104f5
Unreviewed, rolling out r206522.
by ryanhaddad@apple.com
· 8 years ago
c53123e
Unreviewed, rolling out r206506. https://bugs.webkit.org/show_bug.cgi?id=162682
by commit-queue@webkit.org
· 8 years ago
71ae5a4
Adopt #pragma once in JavaScriptCore
by commit-queue@webkit.org
· 8 years ago
b22f8f8
[ES6] Add support for Symbol.toPrimitive
by keith_miller@apple.com
· 9 years ago
eff80ec
[ES6] Add support for toStringTag https://bugs.webkit.org/show_bug.cgi?id=150696
by ap@apple.com
· 9 years ago
7516508d
Unreviewed, rolling out r191815 and r191821.
by commit-queue@webkit.org
· 9 years ago
632c13b
[ES6] Add support for toStringTag https://bugs.webkit.org/show_bug.cgi?id=150696
by keith_miller@apple.com
· 9 years ago
c14341e
No need to keep setting needsVisit flag in SmallStrings
by commit-queue@webkit.org
· 9 years ago
b8823d5
TypeOf should be fast https://bugs.webkit.org/show_bug.cgi?id=144396
by fpizlo@apple.com
· 10 years ago
947fa4e
Implement ES6 Symbol https://bugs.webkit.org/show_bug.cgi?id=140435
by utatane.tea@gmail.com
· 10 years ago
3868776
EdenCollections unnecessarily visit SmallStrings
by mhahnenb@gmail.com
· 10 years ago
a496e41
Clean up OwnPtr and PassOwnPtr in some of JS classes
by gyuyoung.kim@samsung.com
· 10 years ago
188640e
Fixed indentations and some style warnings in JavaScriptCore/runtime.
by mark.lam@apple.com
· 11 years ago
8183046
Object.prototype.toString() should use cached strings for null/undefined.
by akling@apple.com
· 11 years ago
be6603a
Replace use of WTF::FixedArray with std::array
by weinig@apple.com
· 11 years ago
7e5973d
fourthTier: Small strings shouldn't get GC'd
by oliver@apple.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
e722ad0
Support op_typeof in the DFG https://bugs.webkit.org/show_bug.cgi?id=98898
by oliver@apple.com
· 12 years ago
cff06e4
Replace JSC::UString by WTF::String
by benjamin@webkit.org
· 13 years ago
25ecbab
Cache the type string of JavaScript object
by benjamin@webkit.org
· 13 years ago
2558909
Simplify SmallStrings https://bugs.webkit.org/show_bug.cgi?id=81445
by benjamin@webkit.org
· 13 years ago
f0dd2d9
JavaScriptCore: Mark all exported symbols in the header file automatically.
by morrita@google.com
· 13 years ago
b46f549
Try to fix the Windows build.
by ggaren@apple.com
· 14 years ago
6e1f8c1
2011-06-16 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 14 years ago
93d6585
2011-05-26 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 14 years ago
046c1e0
2011-05-10 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 14 years ago
433d02f
2011-04-21 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
1c5376a
2011-03-15 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 14 years ago
e74d2d0
2011-03-14 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 14 years ago
9788fe2
https://bugs.webkit.org/show_bug.cgi?id=54839
by barraclough@apple.com
· 14 years ago
168e506
2011-01-31 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
ad0e9df
2011-01-30 Csaba Osztrogonác <ossy@webkit.org>
by ossy@webkit.org
· 14 years ago
ba805be
Convert markstack to a slot visitor API
by oliver@apple.com
· 14 years ago
3857b1e
2011-01-28 Sheriff Bot <webkit.review.bot@gmail.com>
by rniwa@webkit.org
· 14 years ago
c975423
2011-01-27 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
95c1bc4
Refactoring of the custom allocation framework
by ossy@webkit.org
· 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/SmallStrings.h]
ee2085b
Bug 43817 - Remove UString::Rep
by barraclough@apple.com
· 15 years ago
6d90ce1
2010-07-01 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 15 years ago
5cdd4f8
2010-04-26 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 15 years ago
a14f82d
Small refactoring to the small strings cache to allow it to be cleared
by ggaren@apple.com
· 15 years ago
8a1a5b5
DateInstance object collected on ARM JIT (JSValue: WTF_USE_JSVALUE32)
by darin@apple.com
· 16 years ago
8a8a2f4
JavaScriptCore:
by bfulgham@webkit.org
· 16 years ago
a52dab9
2009-01-15 Sam Weinig <sam@webkit.org>
by weinig@apple.com
· 16 years ago
3e2f979
2009-01-11 David Levin <levin@chromium.org>
by darin@apple.com
· 16 years ago
0b51a73
2008-11-05 Cameron Zwarich <zwarich@apple.com>
by cwzwarich@webkit.org
· 16 years ago
53173f3
2008-10-28 Cameron Zwarich <zwarich@apple.com>
by cwzwarich@webkit.org
· 16 years ago
[Renamed from JavaScriptCore/kjs/SmallStrings.h]
3d73fee
JavaScriptCore:
by darin@apple.com
· 16 years ago
3f782f6
2008-09-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
by cwzwarich@webkit.org
· 17 years ago
8339ff2
2008-09-05 Darin Adler <darin@apple.com>
by darin@apple.com
· 17 years ago
e794585
JavaScriptCore:
by darin@apple.com
· 17 years ago