[es6] Implement spec compliant ToPrimitive in the runtime.
[platform/upstream/v8.git] / src / accessors.cc
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-24 mstarzingerGet rid of CompilationInfo::GenerateCodeStub method.
2015-08-14 mstarzingerRemove grab-bag includes of v8.h from several files.
2015-06-22 verwaestRemove broken optimization unwrapping number wrappers...
2015-06-19 verwaestAdd fast path for setting array.length
2015-06-19 verwaestMore cleanup related to setting array.length
2015-06-10 bmeurer[deoptimizer] Basic support inlining based on SharedFun...
2015-06-08 jarinUnify decoding of deoptimization translations.
2015-06-03 jochenRemove usage of to-be-deprecated APIs from v8 core
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-19 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 machenbachRevert of [V8] Added Script::is_opaque flag for embedde...
2015-05-18 horo[V8] Added Script::is_opaque flag for embedders
2015-05-18 verwaestReland "Mark internal AccessorInfo properties as 'speci...
2015-05-17 machenbachRevert of Mark internal AccessorInfo properties as...
2015-05-12 verwaestMark internal AccessorInfo properties as "special data...
2015-05-07 yangguoMigrate error messages, part 9.
2015-05-06 yangguoMigrate error messages, part 8.
2015-04-30 dcarneydrop interalization of strings entering global constant...
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-09 yangguoEagerly escape RegExp.source.
2015-03-30 verwaestFix speedup of typedarray-length loading in the ICs...
2015-03-13 arv[es6] Function length property should be configurable
2015-03-04 arvES6: Make function name configurable
2015-03-02 arvRevert of ES6: Make function name configurable (patchse...
2015-02-27 arvES6: Make function name configurable
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-17 verwaestStop using HeapType in IC and Crankshaft
2015-02-11 titzerReduce the number of #includes of compiler.h.
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-02 verwaestCheck global object behind global proxy for extensibility
2015-01-29 kozyatinskiy[V8] Added Script::is_debugger_script flag for embedders
2015-01-19 yangguoCorrectly load RegExp.source from the holder.
2014-11-24 yangguoFix RegExp.source for uncompiled regexp.
2014-11-21 yangguoCorrectly escape RegExp source.
2014-11-13 Yang GuoMove public symbols to the root set.
2014-10-14 yangguo@chromium.orgCatch exceptions thrown when enqueuing change records.
2014-10-02 jkummerow@chromium.orgDrop some unused code
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-04 verwaest@chromium.orgFlatten property_kind into state. Add UNKNOWN as a...
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-25 wingo@igalia.comArguments object has @@iterator
2014-08-20 wingo@igalia.comSupport symbol-named properties in API
2014-08-11 dslomov@chromium.orgReplace Strings with Names in load and store ICs.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-24 verwaest@chromium.orgUse result of SetOwnPropertyIgnoreAttributes in accessors
2014-07-24 verwaest@chromium.orgFix issue with setters and their holders in accessors.cc
2014-07-23 verwaest@chromium.orgFix ArrayLengthSetter to not throw on non-extensible...
2014-07-23 verwaest@chromium.orgThe accessors should get the value from the holder...
2014-07-17 jochen@chromium.orgRemove JSReceiver::GetPrototype and replace it with...
2014-07-14 jochen@chromium.orgIntroduce a PrototypeIterator class and use it for...
2014-07-07 verwaest@chromium.orgRevert "Treat ExecutableAccessorInfo as regular data...
2014-07-07 verwaest@chromium.orgTreat ExecutableAccessorInfo as regular data properties.
2014-07-02 marja@chromium.orgHandle "//# sourceURL" comments in the Parser instead...
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-20 mstarzinger@chromi... Check alpha-sorting of includes during presubmit.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 verwaest@chromium.orgRemove PROHIBITS_OVERWRITING as it is subsumed by non...
2014-05-28 mvstanton@chromium.orgChanging the attributes of a data property implemented...
2014-05-22 rossberg@chromium.orgConsistently say 'own' property
2014-05-19 dcarney@chromium.orgfilter out .caller from other worlds
2014-05-14 svenpanne@chromium.orgRevert PropertyCallbackInfo::This() signature change...
2014-04-29 ulan@chromium.orgCheck that JSArray::SetElementsLength does not throw...
2014-04-29 ulan@chromium.orgRemove old-style accessor support from runtime.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-28 ulan@chromium.orgConvert array.length to API-style accessor.
2014-04-28 yangguo@chromium.orgTighten OpenHandle's extra checks.
2014-04-28 ulan@chromium.orgConvert function.caller to API-style accessor.
2014-04-28 ulan@chromium.orgConvert function.arguments to API-style accessor.
2014-04-28 ulan@chromium.orgConvert function.name to API-style accessor and make...
2014-04-24 ulan@chromium.orgRefactor function.arguments accessor.
2014-04-24 ulan@chromium.orgConvert function.length to API-style accessor.
2014-04-24 ulan@chromium.orgConvert function.prototype to API-style accessor.
2014-04-23 yangguo@chromium.orgClean up some uses of Failures and MaybeObjects.
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-04-17 ulan@chromium.orgHandlify function.prototype accessor.
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 rossberg@chromium.orgRevert "Implement structural function and array types"
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 ulan@chromium.orgHandlify and convert the remaining Script accesssors.
2014-04-16 rossberg@chromium.orgRevert "Implement structural function and array types"
2014-04-16 rossberg@chromium.orgImplement structural function and array types
2014-04-16 yangguo@chromium.orgReland "Move functions from handles.cc to where they...
2014-04-16 yangguo@chromium.orgRevert "Move functions from handles.cc to where they...
2014-04-16 yangguo@chromium.orgMove functions from handles.cc to where they belong.
2014-04-16 ulan@chromium.orgHandlify and convert Script accesssors to new API-style...
2014-04-15 ulan@chromium.orgReland r20652 "Handlify and convert string.length to...
2014-04-11 yangguo@chromium.orgReturn MaybeHandle from Invoke.
2014-04-11 yangguo@chromium.orgImplement handlified String::Equals and Name::Equals.
2014-04-10 ulan@chromium.orgRevert r20652 "Handlify and convert string.length to...
2014-04-10 ulan@chromium.orgHandlify and convert string.length to new API-style...
2014-04-09 ishell@chromium.orgElementsAccessor::SetLength() maybehandlified.
2014-04-04 yangguo@chromium.orgReturn MaybeHandle from SetProperty.
next