[runtime] Remove premature optimization from ToPrimitive.
[platform/upstream/v8.git] / src / runtime.js
2015-08-10 bmeurer[runtime] Remove premature optimization from ToPrimitive.
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-08-04 bbudgeRename IsSimdObject assembly intrinsic.
2015-08-03 bbudgeSIMD.js Add the other SIMD Phase 1 types.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-30 bbudgeOptimize ToString and NonStringToString.
2015-07-30 bbudgeOptimize ToNumber and NonNumberToNumber.
2015-07-16 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-16 hablichRevert of Expose SIMD.Float32x4 type to Javascript...
2015-07-15 bbudgeExpose SIMD.Float32x4 type to Javascript.
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-08 dannoReland: Add unoptimized/optimized variants of MathFloor...
2015-07-08 dannoRevert of Add unoptimized/optimized variants of MathFlo...
2015-07-08 dannoAdd unoptimized/optimized variants of MathFloor TF...
2015-07-02 verwaestAvoid converting key to string for deleting of elements
2015-06-30 conradw[strong] Implement strong mode semantics for the count...
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-01 bmeurer[turbofan] First step towards sanitizing for-in and...
2015-05-22 svenpanneJavaScript stubs have access to their calling conventio...
2015-05-21 svenpanneAdd a TurboFan skeleton for StringAddStub.
2015-05-21 arv[es6] Spread in array literals
2015-05-21 yangguoUse shared container to manage imports/exports.
2015-05-20 jkummerowRevert of Use shared container to manage imports/export...
2015-05-20 dslomov[destructuring] Implement spread binding patterns.
2015-05-20 yangguoUse shared container to manage imports/exports.
2015-05-20 mvstantonCleanup interface descriptors to reflect that vectors...
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-12 conradw[strong] Disallow implicit conversions for comparison
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-11 dannoAdd a MathFloor stub generated with TurboFan
2015-05-11 yangguoCall builtin code wrapped in functions from the bootstr...
2015-05-07 yangguoRevert of Revert of Wrap runtime.js in a function....
2015-05-06 machenbachRevert of Wrap runtime.js in a function. (patchset...
2015-05-06 yangguoWrap runtime.js in a function.
2015-05-06 yangguoMigrate error messages, part 8.
2015-04-30 conradw[strong] Disallow implicit conversions for add
2015-04-28 conradw[strong] Disallow implicit conversions for bitwise...
2015-04-24 conradw[strong] Disallow implicit conversions for binary arith...
2015-04-21 yangguoReintroduce %GetRootNaN to fix MIPS.
2015-04-20 yangguoSmall polishing changes to the native js.
2015-04-17 yangguoMigrate error messages, part 3 (runtime.js).
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 yangguoMigrate error messages, part 2.
2015-03-19 caitpotter88[es6] implement Reflect.apply() & Reflect.construct()
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-21 verwaestAdd a pretty printer to improve the error message non...
2015-01-15 arvES6 computed property names
2015-01-12 dslomovMap -0 to integer 0 for typed array constructors.
2014-12-17 machenbachRevert of ES6 computed property names (patchset #1...
2014-12-17 arvES6 computed property names
2014-12-16 arvRevert of ES6 computed property names (patchset #1...
2014-12-16 arvES6 computed property names
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 arvES6 computed property names
2014-12-12 caitpotter88Implement ES6 @@isConcatSpreadable / Array.prototype...
2014-12-10 dAdd Array.prototype.includes
2014-12-05 mstarzingerFinally drop outdated misleading runtime.js comment.
2014-12-04 adamkOptimize testing for an index's existence in packed...
2014-09-18 rossberg@chromium.orgImplement ToLength from ES6 section 7.1.15
2014-08-11 dslomov@chromium.orgToNumber(Symbol) should throw TypeError
2014-07-16 rossberg@chromium.orgMake ToPrimitive throw on symbol wrappers
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-15 ulan@chromium.orgReland r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgRevert r20692 "Check stack limit in ArgumentAdaptorTram...
2014-04-11 ulan@chromium.orgCheck stack limit in ArgumentAdaptorTrampoline.
2014-02-19 rossberg@chromium.orgUpgrade Symbol implementation to match current ES6...
2014-01-07 verwaest@chromium.orgReland v8:18458 "Load the global proxy from the context...
2014-01-07 rossberg@chromium.orgRevert "Load the global proxy from the context of the...
2014-01-07 verwaest@chromium.orgLoad the global proxy from the context of the target...
2013-11-18 dslomov@chromium.orgEnsure that ToPositiveInteger is optimizable.
2013-11-12 yangguo@chromium.orgUse %_IsMinusZero where applicable to replace hackery.
2013-11-08 yangguo@chromium.orgFix error message wording when instanceof throws.
2013-10-17 yangguo@chromium.orgCosmetic: Add macros for NaN, undefined and Infinity...
2013-08-06 svenpanne@chromium.orgDesugar bitwise negation into XOR and kill all UnaryOp...
2013-08-05 svenpanne@chromium.orgRemove unused UNARY_MINUS builtin.
2013-07-05 rossberg@chromium.orgTweak error message
2013-06-24 dslomov@chromium.orgUpdate typed arrays behavior to match ES6 rev 15. Remov...
2013-04-03 rossberg@chromium.orgES6 symbols: fix corner cases of equality operators
2013-03-22 rossberg@chromium.orgES6 symbols: turn symbols into a proper primitive type
2013-03-04 rossberg@chromium.orgES6 symbols: Allow symbols as property names
2012-04-20 erikcorryMIPS: Do the qNaN fixup at de-serialization time. ...
2012-02-20 rossberg@chromium.orgMake built-ins strict mode conforming, and support...
2011-11-28 lrn@chromium.orgClean up JavaScript files to better follow coding standard.
2011-10-24 rossberg@chromium.orgImplement for-in loop for proxies.
2011-10-19 mstarzinger@chromi... Fix handling Function.apply for non-array arguments.
2011-10-17 lrn@chromium.orgReimplement Function.prototype.bind.
2011-09-22 rossberg@chromium.orgMake integer indexed properties ("elements") work for...
2011-09-16 rossberg@chromium.orgMake function proxies work as constructors.
2011-09-14 lrn@chromium.orgMake built-in functions not call .apply on functions.
2011-09-13 rossberg@chromium.orgImplement function proxies (except for their use as...
2011-09-01 lrn@chromium.orgCleanup of messages.js.
2011-08-11 yangguo@chromium.orgRollback of r8903
2011-08-11 yangguo@chromium.orgQuick fix to issue 1593
2011-07-19 rossberg@chromium.orgImplement `in' for proxies.
2011-05-18 rossberg@chromium.orgMove derived get trap from builtins to global context.
2011-05-16 rossberg@chromium.orgImplement get trap for proxies.
next