[builtins] Unify the various versions of [[Call]] with a Call builtin.
[platform/upstream/v8.git] / src / runtime.js
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-04 bmeurer[runtime] Remove useless IN builtin.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-01 bmeurer[runtime] Remove unused TO_NUMBER and TO_STRING functions.
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-28 bmeurer[es6] Implement spec compliant ToName (actually ToPrope...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 yangguoRemove builtin/runtime name clash presubmit check.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 yangguoNative context: alpha sort slots and remove boilerplate.
2015-08-19 yangguoNative context: install JS builtins via container object.
2015-08-19 yangguoNative context: debug.js does not load from js builtins...
2015-08-18 yangguoNative context: run prologue.js before runtime.js
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-14 yangguoDo not export natives to runtime via js builtins object.
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-13 bmeurer[strong] Simplify (and sortof optimize) string addition...
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...
next