Sign in
webkit
/
WebKit
/
ba4d0b6bb63924027a5b13dc8594c2cd6dfcc269
/
Source
/
JavaScriptCore
/
runtime
/
StringConstructor.cpp
10825da
Generic JSObject::put should handle static properties in the classinfo hierarchy
by oliver@apple.com
· 11 years ago
06dc462
Unreviewed, rolling out r162713.
by commit-queue@webkit.org
· 11 years ago
324f74a
Generic JSObject::put should handle static properties in the classinfo hierarchy
by oliver@apple.com
· 11 years ago
019809c
Pass VM instead of ExecState to StringObject constructor.
by akling@apple.com
· 11 years ago
5987552
Pass VM instead of JSGlobalObject to function constructors.
by akling@apple.com
· 11 years ago
2255806
Pass VM instead of ExecState to many finishCreation() functions.
by akling@apple.com
· 11 years ago
d9b2213
Add ExecState::uncheckedArgument and use where possible to shrink a bit
by darin@apple.com
· 12 years ago
7de5aae
GCAssertions.h should use STL type traits and static_assert
by andersca@apple.com
· 12 years ago
174570f
https://bugs.webkit.org/show_bug.cgi?id=120093
by barraclough@apple.com
· 12 years ago
47d7ba8
https://bugs.webkit.org/show_bug.cgi?id=119995
by barraclough@apple.com
· 12 years ago
ab7b609
Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343
by barraclough@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
aa31a5e
Adds fromCharCode intrinsic support.
by commit-queue@webkit.org
· 12 years ago
a4b4cbe
The JITThunks class should be in its own file, and doing so should not break the build
by fpizlo@apple.com
· 12 years ago
0aac150
Removed ASSERT_CLASS_FITS_IN_CELL https://bugs.webkit.org/show_bug.cgi?id=97634
by ggaren@apple.com
· 12 years ago
38d3c75
Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241
by barraclough@apple.com
· 13 years ago
64be5e9
JSValue::toString() should return a JSString* instead of a UString
by ggaren@apple.com
· 13 years ago
c58d54d
De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331
by mhahnenberg@apple.com
· 13 years ago
135f051
Add jsCast to replace static_cast https://bugs.webkit.org/show_bug.cgi?id=72071
by mhahnenberg@apple.com
· 13 years ago
7f2f7e5
De-virtualize JSObject::getOwnPropertyDescriptor
by mhahnenberg@apple.com
· 13 years ago
5c103b0
Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741
by mhahnenberg@apple.com
· 13 years ago
99f1bca
Remove getConstructDataVirtual https://bugs.webkit.org/show_bug.cgi?id=70638
by mhahnenberg@apple.com
· 13 years ago
fbf6d9a
Switched ropes from malloc memory to GC memory
by ggaren@apple.com
· 13 years ago
f0418c85
Rename getOwnPropertySlot to getOwnPropertySlotVirtual
by mhahnenberg@apple.com
· 13 years ago
8fb2b74
Rename virtual getConstructData to getConstructDataVirtual
by mhahnenberg@apple.com
· 13 years ago
6fb47cf
Remove getCallDataVirtual methods https://bugs.webkit.org/show_bug.cgi?id=69186
by mhahnenberg@apple.com
· 13 years ago
79c8e6e
Add static version of JSCell::getConstructData
by mhahnenberg@apple.com
· 13 years ago
1986964
Add static version of JSCell::getOwnPropertySlot
by mhahnenberg@apple.com
· 13 years ago
c7d21fd
Unreviewed, rolling out r96996.
by commit-queue@webkit.org
· 13 years ago
597be02
Remove getCallDataVirtual methods https://bugs.webkit.org/show_bug.cgi?id=69186
by mhahnenberg@apple.com
· 13 years ago
2413eb8
Source/JavaScriptCore: Add static version of JSCell::getCallData
by mhahnenberg@apple.com
· 13 years ago
3e08466
Add custom vtable struct to ClassInfo struct
by mhahnenberg@apple.com
· 13 years ago
5e10972
Unzip initialization lists and constructors in JSCell hierarchy (6/7)
by mhahnenberg@apple.com
· 14 years ago
7317a7f
Unzip initialization lists and constructors in JSCell hierarchy (5/7)
by mhahnenberg@apple.com
· 14 years ago
f192b44
Unreviewed, rolling out r94627 and r94632.
by ossy@webkit.org
· 14 years ago
5ab2981
Unzip initialization lists and constructors in JSCell hierarchy (5/7)
by commit-queue@webkit.org
· 14 years ago
fcacd3c
2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com>
by oliver@apple.com
· 14 years ago
19fe509
Source/JavaScriptCore: Rolling back in r86653 with build fixed.
by ggaren@apple.com
· 14 years ago
5a39502
2011-05-16 Sheriff Bot <webkit.review.bot@gmail.com>
by commit-queue@webkit.org
· 14 years ago
836c5d91
2011-05-16 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 14 years ago
b2fa0dc
2011-04-15 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
2db06ce
2011-04-15 Philippe Normand <pnormand@igalia.com>
by philn@webkit.org
· 14 years ago
bb8da91
2011-04-13 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
3b6dc57
2011-03-28 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
9788fe2
https://bugs.webkit.org/show_bug.cgi?id=54839
by barraclough@apple.com
· 14 years ago
c83b88c
Interpreter build fix.
by barraclough@apple.com
· 14 years ago
a5540da
Bug 54786 - Devirtualize JSCell::classInfo()
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
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/StringConstructor.cpp]
5b67d9e
2010-10-25 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 14 years ago
4d95c9e
Bug 43816 - Remove UStringImpl
by barraclough@apple.com
· 15 years ago
11d351a
Bug 40187 - Change function signature of NativeConstructor to match NativeFunction
by barraclough@apple.com
· 15 years ago
99ff343
Bug 40094 - The return type of NativeFunction should be EncodedJSValue
by barraclough@apple.com
· 15 years ago
edc41f4
Qt build fix: disable a little more stuff when JIT_OPTIMIZE_NATIVE_CALL
by ggaren@apple.com
· 15 years ago
fea29f1
JavaScriptCore: Simplified the host calling convention.
by ggaren@apple.com
· 15 years ago
5dea615
2010-05-21 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 15 years ago
8cc4669
Bug 39343 - Dynamically generate a native call thunk per NativeFunction
by barraclough@apple.com
· 15 years ago
bf6c8ba
Bug 39252 - Move host/native JSFunction's NativeFunction onto NativeExecutable.
by barraclough@apple.com
· 15 years ago
5cdd4f8
2010-04-26 Oliver Hunt <oliver@apple.com>
by oliver@apple.com
· 15 years ago
b150b88
JavaScriptCore: Make naming & behaviour of UString[Impl] methods more consistent.
by barraclough@apple.com
· 15 years ago
e677126
Add createNonCopying method to UString to make replace constructor passed bool,
by barraclough@apple.com
· 15 years ago
6740e6f
NotNullPassRefPtr: smart pointer optimized for passing references that are not null
by ggaren@apple.com
· 15 years ago
459251a
Improve native call performance
by oliver@apple.com
· 16 years ago
eed3b68
Buildfix: Now include JSFunction.h basically everywhere we include PrototypeFunction.h
by oliver@apple.com
· 16 years ago
e79807b
Bug 25559: Improve native function call performance
by oliver@apple.com
· 16 years ago
dc067b6
JavaScriptCore:
by ggaren@apple.com
· 16 years ago
f32186e
Clean up ArgList to be a trivial type
by oliver@apple.com
· 16 years ago
339077e
JavaScriptCore:
by ggaren@apple.com
· 16 years ago
92fdaef
JavaScriptCore:
by weinig@apple.com
· 16 years ago
b9ad540
JavaScriptCore:
by barraclough@apple.com
· 16 years ago
a9778f9
JavaScriptCore:
by darin@apple.com
· 16 years ago
53173f3
2008-10-28 Cameron Zwarich <zwarich@apple.com>
by cwzwarich@webkit.org
· 16 years ago
[Renamed from JavaScriptCore/kjs/StringConstructor.cpp]
44331f8
JavaScriptCore:
by darin@apple.com
· 16 years ago
5677e04
2008-10-16 Sam Weinig <sam@webkit.org>
by weinig@apple.com
· 16 years ago
67c6c01
JavaScriptCore:
by darin@apple.com
· 16 years ago
3d73fee
JavaScriptCore:
by darin@apple.com
· 16 years ago
8281d83
JavaScriptCore:
by darin@apple.com
· 17 years ago
3f782f6
2008-09-07 Cameron Zwarich <cwzwarich@uwaterloo.ca>
by cwzwarich@webkit.org
· 17 years ago
e794585
JavaScriptCore:
by darin@apple.com
· 17 years ago
fea4353
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
9a0472b
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
c6b3b60
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
1914ee9
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
e1347e2
2008-07-17 Sam Weinig <sam@webkit.org>
by weinig@apple.com
· 17 years ago
b5b6b9a
JavaScriptCore:
by ggaren@apple.com
· 17 years ago
69a1352
2008-07-16 Sam Weinig <sam@webkit.org>
by weinig@apple.com
· 17 years ago
2947a91
JavaScriptCore:
by weinig@apple.com
· 17 years ago
3a54d0f
2008-07-05 Sam Weinig <sam@webkit.org>
by weinig@apple.com
· 17 years ago
6f3be2a
Fix build by adding all (hopefully) the missing includes.
by oliver@apple.com
· 17 years ago
bb23463
2008-06-28 Sam Weinig <sam@webkit.org>
by weinig@apple.com
· 17 years ago
3ea39f7
JavaScriptCore:
by weinig@apple.com
· 17 years ago