[runtime] Replace %to_string_fun with %_ToString.
[platform/upstream/v8.git] / src / json.js
2015-09-23 bmeurer[runtime] Replace %to_string_fun with %_ToString.
2015-09-08 bmeurer[runtime] Replace many buggy uses of %_CallFunction...
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-26 yangguoCall JS functions via native context instead of js...
2015-08-24 yangguoNative context: alpha sort slots and remove boilerplate.
2015-08-19 yangguoNative context: debug.js does not load from js builtins...
2015-08-14 yangguoClean up native context slots and add new ones.
2015-06-25 arvJSON.stringify should handle the replacer before the...
2015-06-24 arvJSON.stringify should use toString of replacer and...
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-12 yangguoReland "Use function wrapper argument to expose interna...
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-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-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 yangguoWrap v8natives.js into a function.
2015-04-17 yangguoWrap JSON and generator implementation in functions.
2015-04-10 yangguoUse array literals instead of array constructor in...
2015-03-09 yangguoHide Math function implementations in a closure.
2014-10-24 dslomov@chromium.orgAdd remaining @@toStringTag symbols to builtins
2014-05-12 mstarzinger@chromi... Move more builtin files to strict mode.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-06 yangguo@chromium.orgFix issues with JSON stringify replacer array
2014-02-11 yangguo@chromium.orgFix spec violations in JSON.stringify wrt replacer...
2013-10-17 yangguo@chromium.orgCosmetic: Add macros for NaN, undefined and Infinity...
2013-04-11 mstarzinger@chromi... Move global code for builtins into setup functions.
2013-02-20 yangguo@chromium.orgCombine %_SubString and %_StringCharAt.
2013-02-15 yangguo@chromium.orgRemove wrong uses of InternalPackedArray.
2013-02-15 yangguo@chromium.orgIntroduce InternalPackedArray.
2012-11-05 yangguo@chromium.orgFix JSON.stringify wrt harmony proxies.
2012-11-02 yangguo@chromium.orgHandle edge cases in basic JSON.stringify.
2012-10-22 yangguo@chromium.orgReland JSON.stringify reimplementation.
2012-10-22 yangguo@chromium.orgRevert r12760 (JSON.stringify).
2012-10-18 yangguo@chromium.orgReimplement a simpler version of JSON.stringify.
2012-09-03 verwaest@chromium.orgDirectly use %ObjectKeys in json stringify.
2011-11-28 lrn@chromium.orgClean up JavaScript files to better follow coding standard.
2011-09-13 rossberg@chromium.orgImplement function proxies (except for their use as...
2011-09-05 lrn@chromium.orgLock the prototype of internal classes.
2011-08-19 ricow@chromium.orgRemove trailing whitespaces from *.js files.
2011-06-22 sandholm@chromium.orgInctroduce NewStrictSubstring to avoid check for SubStr...
2011-05-30 sandholm@chromium.orgFix JSON issue with arrays.
2011-05-30 sandholm@chromium.orgMinor JSON cleanup. Also added comment requested for...
2011-05-26 sandholm@chromium.orgJSON.stringify improvement. Fast case in C++ for string...
2011-03-03 lrn@chromium.orgStop using plain Arrays internally in built-in functions.
2011-01-28 ager@chromium.orgAvoid using Function.prototype.call in a number of...
2011-01-16 sandholm@chromium.orgOptimize JSON stringify by allowing QuoteJSONString...
2011-01-12 sandholm@chromium.orgOptimize JSON stringify for arrays.
2010-12-22 sandholm@chromium.orgIntroduce NUMBER_IS_FINITE macro to avoid ToNumber...
2010-12-15 lrn@chromium.orgFix regression in JSON serialization of RegExps.
2010-12-08 sandholm@chromium.orgUse the PushIfAbsent function for the JSON stringify...
2010-12-06 sandholm@chromium.orgImproved JSON stringify.
2010-12-06 sandholm@chromium.orgJSON stringify collects substrings in one builder array...
2010-12-03 sandholm@chromium.orgSimplify JSON stringify and add special case for defaul...
2010-12-01 lrn@chromium.orgMove quoting of a JSON string to a specialized runtime...
2010-10-27 lrn@chromium.orgSeparate JSON parsing from the JavaScript parser.
2010-09-02 lrn@chromium.orgFix bug in JSON character quote table.
2010-09-02 lrn@chromium.orgMake JSON.stringify not quote non-ASCII characters...
2010-07-13 ager@chromium.orgFix JSON.parse typo which causes the input not to be...
2010-06-29 ricow@chromium.orgUpdate JSON.stringify to floor the space parameter...
2010-06-25 ager@chromium.orgFix bug in JSON.stringify where Boolean objects are...
2010-03-23 kasperl@chromium.orgMerge the partial_snapshots branch back into bleeding_e...