Reland of "Remove ExternalArray, derived types, and element kinds"
[platform/upstream/v8.git] / src / contexts.h
2015-07-28 jochenReland of "Remove ExternalArray, derived types, and...
2015-07-27 machenbachRevert of Remove ExternalArray, derived types, and...
2015-07-27 jochenRemove ExternalArray, derived types, and element kinds
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-06 ishellSupport for global var shortcuts in script contexts.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-06-23 adamkExpose Map/Set methods through the API
2015-06-01 adamkFix Map/Set creation via the API with nosnap build
2015-05-26 adamkAdd {Map,Set}::FromArray to the API
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 rossberg[strong] cache strong object literal maps
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 yangguoUse shared container to manage imports/exports.
2015-05-20 yangguoIntroduce extras export object.
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-12 yurysProvide accessor for object internal properties that...
2015-05-12 yangguoReland "Use function wrapper argument to expose interna...
2015-05-12 yangguoRevert of Provide accessor for object internal properti...
2015-05-12 yurysProvide accessor for object internal properties that...
2015-05-12 yangguoRevert of Use function wrapper argument to expose inter...
2015-05-12 yangguoUse function wrapper argument to expose internal arrays...
2015-05-11 machenbachRevert of Add the concept of a V8 extras exports object...
2015-05-08 domenicAdd the concept of a V8 extras exports object
2015-04-30 jochenUnify internal and external typed arrays a bit
2015-04-09 caitpotter88[es6] do not add caller/arguments to ES6 function defin...
2015-03-11 dcarneythe IsPromise function should not execute js
2015-03-09 dcarneyuse a hash table for the function cache as blink is...
2015-02-25 rossberg[strong] Make functions and generators non-extensible...
2015-02-05 Erik ArvidssonAccessor functions should have no prototype property
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2014-12-15 caitpotter88Use proper ToLength() operation in %ArrayConcat()
2014-11-13 Yang GuoMove public symbols to the root set.
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 dslomov@chromium.orgharmony-scoping: Implement LoadIC handler for loads...
2014-11-10 ishell@chromium.orgMapCache simplification. It is now a FixedArray that...
2014-11-07 dslomov@chromium.orgharmony_scoping: Implement lexical bindings at top...
2014-10-08 mstarzinger@chromi... Remove premordial math functions from native context.
2014-09-30 yangguo@chromium.orgRemove stray edits in r24335.
2014-09-30 yangguo@chromium.orgIntroduce PromiseRejectCallback.
2014-09-12 arv@chromium.orgArrow functions: Cleanup handling of the prototype...
2014-09-10 arv@chromium.orgES6: Add support for method shorthand in object literals
2014-08-25 wingo@igalia.comArguments object has @@iterator
2014-08-11 verwaest@chromium.orgChange the type of the cache so we can check whether...
2014-08-06 rossberg@chromium.orgThis implements unscopables
2014-08-05 jochen@chromium.orgMove a bunch of GC related files to heap/ subdirectory
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 dslomov@chromium.orgRevert "Only create arguments-maps in the bootstrapper...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-06-13 jkummerow@chromium.orgHave one, long-lived map for bound functions.
2014-06-12 wingo@igalia.comFor-of calls [Symbol.iterator]() on RHS to get iterator
2014-06-12 rossberg@chromium.orgAdd v8::Promise::Then.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-27 jochen@chromium.orgReplace STATIC_CHECK with STATIC_ASSERT.
2014-05-19 dcarney@chromium.orgfilter out .caller from other worlds
2014-05-19 adamk@chromium.orgMove microtask queueing logic from JavaScript to C++
2014-05-09 verwaest@chromium.orgDirectly create API functions with readonly prototypes...
2014-05-02 rafaelw@chromium.orgDon't leak contexts in Object.observe
2014-05-02 haraken@chromium.orgFix |RunMicrotasks()| leaking reference to the last...
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-22 dslomov@chromium.orgCache maps for externalized typed array objects.
2014-04-17 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
2014-04-16 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-04-16 adamk@chromium.orgRevert "ES6: Add support for Map/Set forEach"
2014-04-16 adamk@chromium.orgES6: Add support for Map/Set forEach
2014-03-24 yangguo@chromium.orgReland "Remove Failure::OutOfMemory propagation and...
2014-03-24 yangguo@chromium.orgRevert "Remove Failure::OutOfMemory propagation and...
2014-03-24 yangguo@chromium.orgRemove Failure::OutOfMemory propagation and V8::IgnoreO...
2014-03-11 rossberg@chromium.orgAPI support for promises
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-02-27 mvstanton@chromium.orgFix for Clusterfuzz issue 343928.
2014-02-12 rafaelw@chromium.orgV8 Microtask Queue & API
2014-01-24 dslomov@chromium.orgExternal Array renaming and boilerplate scrapping
2013-11-27 rossberg@chromium.orgHarmony promises
2013-11-22 svenpanne@chromium.orgReland "Implement Math.random() purely in JavaScript...
2013-11-21 danno@chromium.orgRevert 17963, 17962 and 17955: Random number generator...
2013-11-21 svenpanne@chromium.orgImplement Math.random() purely in JavaScript.
2013-09-04 titzer@chromium.orgAdd OptimizedCodeList and DeoptimizedCodeList to native...
2013-09-03 dcarney@chromium.orgthread isolate for files starting with 'b' and 'c'
2013-06-21 dslomov@chromium.orgDataView implementation.
2013-06-04 adamk@chromium.orgArray.observe emit splices for array length change...
2013-05-13 danno@chromium.orgElide hole checks on KeyedLoads of holey double arrays
2013-05-10 wingo@igalia.comRemove separate maps for function instances
2013-05-07 wingo@igalia.comGenerators return boxed values
2013-05-02 dslomov@chromium.orgImplementation of Uint8ClampedArray.
2013-04-29 dslomov@chromium.orgFirst cut at API for native Typed Arrays.
2013-04-25 dslomov@chromium.orgFirst cut at API for ES6 ArrayBuffers
next