[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / contexts.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-29 bmeurer[es6] Introduce %ToInteger and %ToLength.
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 bmeurerRevert of [es6] Introduce spec compliant IsConstructor...
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-23 bmeurer[runtime] Replace %to_string_fun with %_ToString.
2015-09-23 bmeurer[builtins] Re-add similar String wrapper optimization...
2015-09-21 bmeurer[ic] Also collect known map for relational comparison.
2015-09-18 bmeurer[es6] Use the correct ToPrimitive in the Date Constructor.
2015-09-18 bmeurer[runtime] Replace COMPARE/COMPARE_STRONG with proper...
2015-09-16 domenicImplement V8 extras utils object
2015-09-15 bmeurer[runtime] Replace the EQUALS builtin with proper Object...
2015-09-14 bmeurer[builtins] Remove STRING_ADD_LEFT and STRING_ADD_RIGHT...
2015-09-11 bmeurer[builtins] Remove the weird STACK_OVERFLOW builtin.
2015-09-11 bmeurer[stubs] Simplify the non-function case of CallConstruct...
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-10 ishellDo not look for the slot in the ScopeInfo's global...
2015-09-08 bmeurer[builtins] Unify the various versions of [[Call]] with...
2015-09-08 bmeurerRevert of [builtins] Unify the various versions of...
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] Introduce a dedicated JSIteratorResult type.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-09-01 ishellCrankshaft is now able to compile top level code even...
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
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 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 yangguoInstall js intrinsic fallbacks for array functions...
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-25 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-24 hablichRevert of [simd.js] Update to spec version 0.8.2. ...
2015-08-24 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-24 yangguoNative context: alpha sort slots and remove boilerplate.
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-21 yangguoUnify symbols sharing across native scripts and runtime.
2015-08-18 yangguoReland of move property loads from js builtins objects...
2015-08-18 yangguoRevert of Remove property loads from js builtins object...
2015-08-18 yangguoRemove property loads from js builtins objects from...
2015-08-17 hablichRevert of Remove property loads from js builtins object...
2015-08-17 yangguoRemove property loads from js builtins objects from...
2015-08-17 yangguoDo not use js builtins object when constructing an...
2015-08-14 yangguoClean up native context slots and add new ones.
2015-08-13 yangguoRevert of Group lexical context variables for faster...
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-08-07 yangguoGroup lexical context variables for faster look up.
2015-08-06 domenicRename "extras exports" to "extras binding"
2015-08-03 yangguoRemove JSFunctionResultCache.
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-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...
next