[es6] Move builtin constructors for primitives to strict mode.
[platform/upstream/v8.git] / src / string.js
2015-09-15 bmeurer[es6] Move builtin constructors for primitives to stric...
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
2015-09-08 karl[es6] Optimize String{Starts, Ends}With
2015-09-04 karl[es6] Use SubString in String{Starts,Ends}With
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-08-28 yangguoNative context: do not put public symbols and flags...
2015-08-19 yangguoNative context: debug.js does not load from js builtins...
2015-08-12 yangguoDebugger: load debugger builtins as normal native JS.
2015-08-11 adamk[es6] Add appropriate ToString call to String.prototype...
2015-08-05 mathiasEnsure `String.prototype.normalize.length` is `0`
2015-08-03 yangguoRemove JSFunctionResultCache.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-15 adamk[es6] Fix String.prototype.normalize to properly valida...
2015-07-15 littledanOptimize String.prototype.includes
2015-06-24 arvi18n.js was not using original functions
2015-06-22 arvFix HTML string methods to not depend on replace method
2015-06-22 arvFix string HTML methods to call ToString
2015-05-26 yangguoRevert of Revert of Hook up more import/exports in...
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
2015-05-22 machenbachRevert of Hook up more import/exports in natives. ...
2015-05-22 yangguoHook up more import/exports in natives.
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-15 yangguoStore fewer arrays in the context snapshot.
2015-05-12 yangguoReland "Use function wrapper argument to expose interna...
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 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 verwaestRemove GetDefaultReceiver, pass in undefined to sloppy...
2015-05-05 yangguoReland #2 "Wrap v8natives.js into a function."
2015-05-04 machenbachRevert of Reland "Wrap v8natives.js into a function...
2015-05-04 yangguoReland "Wrap v8natives.js into a function."
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 yangguoMigrate error messages, part 6. (string.js and date.js)
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-24 yangguoMigrate error messages, part 5 (array.js and i18n.js).
2015-04-21 yangguoMigrate error messages, part 4 (v8natives.js).
2015-04-10 yangguoUse array literals instead of array constructor in...
2015-03-23 caitpotter88[es5] call ToString() on argument in String.prototype...
2015-03-23 caitpotter88[es6] remove --harmony-templates flag
2015-03-20 dslomovRemove harmony-strings flag.
2015-03-16 svenpanneRemove BLACKLIST from check-name-clashes.py, it's wrong...
2015-03-13 yangguoHide Symbol implementation in a closure.
2015-03-12 yangguoHide RegExp and String initialization in a closure.
2014-09-12 arv@chromium.orgES6: String(symbol) should work like symbol.toString
2014-09-12 jarin@chromium.orgReland "Change the order of arguments of the (One|Two...
2014-09-12 jarin@chromium.orgRevert "Change the order of arguments of the (One|Two...
2014-09-12 jarin@chromium.orgChange the order of arguments of the (One|Two)ByteSeqSt...
2014-08-07 yangguo@chromium.orgOnly escape U+0022 in argument values of `String.protot...
2014-08-06 yangguo@chromium.orgAdd `CheckObjectCoercible` for the `String.prototype...
2014-07-17 yangguo@chromium.orgChange String.prototype.concat to be more like similar...
2014-07-14 verwaest@chromium.orgReplace AddProperty by AddNamedProperty to speed up...
2014-06-27 verwaest@chromium.orgSplit SetProperty(...attributes, strictmode) into Defin...
2014-05-16 danno@chromium.orgFix performance regression in regular expressions after...
2014-05-14 jkummerow@chromium.orgAvoid name clashes of builtins and runtime functions.
2014-05-06 mstarzinger@chromi... Remove broken %_Log functionality.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-10 danno@chromium.orgPartially fix semantics of Array.push()
2014-01-31 svenpanne@chromium.orgImplements ES6 String.prototype.normalize method.
2014-01-22 dslomov@chromium.orgES6: Implement Object.setPrototypeOf
2014-01-20 dslomov@chromium.orgRevert "ES6: Implement Object.setPrototypeOf"
2014-01-20 dslomov@chromium.orgES6: Implement Object.setPrototypeOf
2013-12-23 yangguo@chromium.orgFix small spec violation in String.prototype.split.
2013-10-17 yangguo@chromium.orgCosmetic: Add macros for NaN, undefined and Infinity...
2013-07-05 yangguo@chromium.orgRefactored code a bit to improve StringReplace performance
2013-06-20 yangguo@chromium.orgDirectly use C++ builtin of ArrayPush for String.protot...
2013-06-19 svenpanne@chromium.orgAvoid relying on monkey-patchable things in String...
2013-06-19 svenpanne@chromium.orgRemoved ReplaceResultBuilder.
2013-05-10 mstarzinger@chromi... Fix bogus arguments length check in StringLocaleCompare.
2013-04-11 mstarzinger@chromi... Move global code for builtins into setup functions.
2013-02-27 yangguo@chromium.orgInsert conversion to string in string.replace.
2013-02-27 yangguo@chromium.orgRefactor implementation for String.prototype.replace.
2013-02-20 yangguo@chromium.orgCombine %_SubString and %_StringCharAt.
2013-02-18 yangguo@chromium.orgEnable Latin-1
2013-02-15 yangguo@chromium.orgIntroduce InternalPackedArray.
2013-01-25 yangguo@chromium.orgFix additional spec violations wrt RegExp.lastIndex.
2013-01-09 yangguo@chromium.orgIntroduce ENABLE_LATIN_1 compile flag
2012-12-18 ulan@chromium.orgCorrectly handle negative codes in String.fromCharCode()
2012-12-05 yangguo@chromium.orgImprove array to string conversion.
2012-12-05 yangguo@chromium.orgFix spec violations related to regexp.lastIndex
2012-04-26 yangguo@chromium.orgUse simple concat of substrings instead of ReplaceStrin...
2012-04-23 erik.corry@gmail.comFix some bugs in accessing details of the lastest regexp
2012-04-20 yangguo@chromium.orgDisabling stepping into callback function of String...
2012-04-20 yangguo@chromium.orgEnable stepping into callback passed to builtins (e...
2012-04-10 erikcorryEnsure that a call to String.prototype.match with a
2012-03-13 yangguo@chromium.orgSplit up String.split to deal with normal separator...
2012-03-13 yangguo@chromium.orgExperimental Profiler: tweak type info threshold.
2012-02-20 rossberg@chromium.orgMake built-ins strict mode conforming, and support...
2012-02-20 mstarzinger@chromi... Fix String.prototype.split for undefined separator.
2012-01-17 yangguo@chromium.orgRecursion limit for one-char string replace and retire...
2012-01-16 yangguo@chromium.orgFast path for string.replace that replaces a single...
2011-11-28 lrn@chromium.orgClean up JavaScript files to better follow coding standard.
2011-11-15 mstarzinger@chromi... Remove hidden prototype for builtin functions.
2011-09-22 yangguo@chromium.orgFixed string.split: always convert non-regexp separator...
2011-09-14 lrn@chromium.orgMake built-in functions not call .apply on functions.
next