- 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
- b860d69 [JSC] Pass VM& parameter as much as possible by utatane.tea@gmail.com · 7 years ago
- fb158f56 Remove unneeded exception check from String.fromCharCode by keith_miller@apple.com · 7 years ago
- cbca2be fromCharCode is missing some exception checks by keith_miller@apple.com · 7 years ago
- f152c4f [JSC] Remove several asXXX functions by utatane.tea@gmail.com · 7 years ago
- 7ab015d JIT call inline caches should cache calls to objects with getCallData/getConstructData traps by utatane.tea@gmail.com · 7 years ago
- 5c6da6e Make Attribute an enum class https://bugs.webkit.org/show_bug.cgi?id=177414 by achristensen@apple.com · 7 years ago
- a5544f1 [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
- eb0f4b1 Unreviewed, rolling out r217031, r217032, and r217037. by commit-queue@webkit.org · 8 years ago
- cbd903d [JSC][DFG][DOMJIT] Extend CheckDOM to CheckSubClass by utatane.tea@gmail.com · 8 years ago
- 8ff356d test262: test262/test/built-ins/Array/S15.4.3_A2.2.js by commit-queue@webkit.org · 8 years ago
- fcf22d3 Extend create_hash_table to specify Intrinsic by utatane.tea@gmail.com · 8 years ago
- 9f55abf Rename CallFrame::callee() to CallFrame::jsCallee() by sbarati@apple.com · 8 years ago
- 9ffdf6d Fix exception scope verification failures in runtime/String* files. by mark.lam@apple.com · 8 years ago
- c9a6ef4 One file per class for Executable.h/.cpp by ggaren@apple.com · 8 years ago
- e1ab17c Added RETURN_IF_EXCEPTION() macro and use it for exception checks. by mark.lam@apple.com · 8 years ago
- 451de99 Add CatchScope and force all exception checks to be via ThrowScope or CatchScope. by mark.lam@apple.com · 8 years ago
- bc16ddb Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 8 years ago
- 284f456 Introduce the ThrowScope and force every throw site to instantiate a ThrowScope. by mark.lam@apple.com · 9 years ago
- 595eebd Unreviewed, roll out r204901, r204897, r204866, r204856, r204854. by fpizlo@apple.com · 9 years ago
- aa6cc56 Butterflies should be allocated in Auxiliary MarkedSpace instead of CopiedSpace and we should rewrite as much of the GC as needed to make this not a regression by fpizlo@apple.com · 9 years ago
- 19cde09 Remove all uses of PassRefPtr in WTF by krollin@apple.com · 9 years ago
- e652ac5 Static table property lookup should not require getOwnPropertySlot override. by barraclough@apple.com · 9 years ago
- f76f1b4 [ES6] Support Reflect.construct https://bugs.webkit.org/show_bug.cgi?id=147330 by utatane.tea@gmail.com · 9 years ago
- f065433 InternalFunction::createSubclassStructure doesn't take into account that get() might throw by sbarati@apple.com · 9 years ago
- 4889649 [ES6] Support subclassing the String builtin object by keith_miller@apple.com · 9 years ago
- 03a3e38 Rolling out: Rename StringFromCharCode to StringFromSingleCharCode. by mark.lam@apple.com · 9 years ago
- b6d53e0 Rename StringFromCharCode to StringFromSingleCharCode. by mark.lam@apple.com · 9 years ago
- 7439124 create_hash_table should know whether a function is JSBuiltin or not. by youenn.fablet@crf.canon.fr · 9 years ago
- 965344f [ES6] Implement String.raw https://bugs.webkit.org/show_bug.cgi?id=144330 by utatane.tea@gmail.com · 10 years ago
- 95111bf [ES6] Implement Unicode code point escapes by darin@apple.com · 10 years ago
- d19d59c [ES6] Implement String.fromCodePoint by utatane.tea@gmail.com · 10 years ago
- 153559e [ES6] DFG and FTL should be aware of that StringConstructor behavior for symbols becomes different from ToString by utatane.tea@gmail.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
- 2de49b7 Static hash tables no longer need to be coupled with a VM. by akling@apple.com · 11 years ago
- 5fb8032 Unreviewed, rolling out r167199 and r167251. by commit-queue@webkit.org · 11 years ago
- 3812e42 Rewrite Function.bind as a builtin by oliver@apple.com · 11 years ago
- 02c48cb Rollout - Rewrite Function.bind as a builtin by barraclough@apple.com · 11 years ago
- 3e4fd2c Rewrite Function.bind as a builtin by oliver@apple.com · 11 years ago
- fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
- 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 · 11 years ago
- 7de5aae GCAssertions.h should use STL type traits and static_assert by andersca@apple.com · 11 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 · 13 years ago
- 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 13 years ago
- f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 13 years ago
- 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 13 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