Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Issue 453903002: Remove proxies from --harmony switch for M38, because problems (Closed)

Created:
6 years, 4 months ago by rossberg
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Remove proxies from --harmony switch for M38, because problems They can still be activated separately using the --harmony-proxies switch, but are no longer implied by Chrome's "Experimental JavaScript" option. R=yangguo@chromium.org BUG= LOG=Y Committed: https://code.google.com/p/v8/source/detail?r=22990

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+340 lines, -338 lines) Patch
M src/flag-definitions.h View 1 chunk +3 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/proxies-example-membrane.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/proxies-json.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/apply.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybuffergetbytelength.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybufferinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybufferisview.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybufferneuter.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybuffersliceimpl.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybufferviewgetbytelength.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arraybufferviewgetbyteoffset.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/arrayconcat.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/availablelocalesof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/basicjsonstringify.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/booleanize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/boundfunctiongetbindings.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/break.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/breakiteratoradopttext.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/breakiteratorbreaktype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/breakiteratorcurrent.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/breakiteratorfirst.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/breakiteratornext.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/canonicalizelanguagetag.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/changebreakonexception.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/charfromcode.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/checkexecutionstate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/checkisbootstrapping.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/clearbreakpoint.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/clearfunctiontypefeedback.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/clearstepping.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/collectstacktrace.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/compilestring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/constructdouble.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createbreakiterator.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createcollator.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createglobalprivatesymbol.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createjsfunctionproxy.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createjsproxy.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createprivatesymbol.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/createsymbol.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetbuffer.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetfloat32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetfloat64.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetint16.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetint32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetint8.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetuint16.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetuint32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewgetuint8.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetfloat32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetfloat64.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetint16.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetint32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetint8.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetuint16.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetuint32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dataviewsetuint8.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/datecacheversion.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/datecurrenttime.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/datelocaltimezone.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/datemakeday.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/dateparsestring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/datesetvalue.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/datetoutc.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugasynctaskevent.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugbreak.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugcallbacksupportsstepping.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugconstructedby.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugdisassembleconstructor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugdisassemblefunction.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugevaluate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugevaluateglobal.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debuggetproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debuggetpropertydetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debuggetprototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugindexedinterceptorelementvalue.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpoppromise.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpreparestepinifstepping.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugprintscopes.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpromiseevent.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpromiserejectevent.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpropertyattributesfromdetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpropertyindexfromdetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpropertytypefromdetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugpushpromise.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugreferencedby.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/debugtrace.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/defineaccessorpropertyunchecked.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/defineapiaccessorproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/definedatapropertyunchecked.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/deleteproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/deoptimizefunction.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/doublehi.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/doublelo.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/enqueuemicrotask.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/estimatenumberofelements.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/executeindebugcontext.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/finisharrayprototypesetup.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/fix.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/flattenstring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionbindarguments.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functiongetinferredname.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functiongetname.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functiongetscript.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functiongetscriptsourceposition.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functiongetsourcecode.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionisapifunction.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionisarrow.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionisbuiltin.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionisgenerator.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionmarknameshouldprintasanonymous.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionnameshouldprintasanonymous.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionremoveprototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionsetinstanceclassname.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionsetlength.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionsetname.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/functionsetprototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getallscopesdetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getargumentsproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getarraykeys.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getbreaklocations.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getcalltrap.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getconstructordelegate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getconstructtrap.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getdataproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getdefaulticulocale.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getdefaultreceiver.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getframecount.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getframedetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getfunctiondelegate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getfunctionscopecount.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getfunctionscopedetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/gethandler.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getheapusage.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getimplfrominitializedintlobject.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getindexedinterceptorelementnames.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getinterceptorinfo.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getlanguagetagvariants.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getnamedinterceptorpropertynames.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getobjectcontextnotifierperformchange.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getobjectcontextobjectgetnotifier.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getobjectcontextobjectobserve.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getobservationstate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getoptimizationcount.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getownelementnames.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getownproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getownpropertynames.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getpropertynames.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getpropertynamesfast.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getprototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getrootnan.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getscopecount.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getscopedetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getscript.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getstepinpositions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/gettemplatefield.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getthreadcount.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getthreaddetails.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getv8version.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getweakmapentries.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/getweaksetvalues.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/globalprint.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/globalproxy.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/haselement.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/hasownproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/hasproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/havesamemap.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/internalcompare.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/internaldateformat.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/internaldateparse.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/internalnumberformat.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/internalnumberparse.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isattachedglobal.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isbreakonexception.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isconcurrentrecompilationsupported.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isextensible.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isinitializedintlobject.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isinitializedintlobjectoftype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isinprototypechain.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isjsfunctionproxy.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isjsglobalproxy.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isjsmodule.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isjsproxy.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isobserved.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isoptimized.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/ispropertyenumerable.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/issloppymodefunction.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/istemplate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/isvalidsmi.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/keyedgetproperty.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/liveeditcheckanddropactivations.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/liveeditcomparestrings.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/liveeditfunctionsetscript.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/loadmutabledouble.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/lookupaccessor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapclear.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapdelete.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapget.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapgetsize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/maphas.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapiteratorinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapiteratornext.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mapset.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/markasinitializedintlobjectoftype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathacos.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathasin.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathatan.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathatan2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathexprt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathfloorrt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathfround.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathlogrt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/mathsqrtrt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/maxsmi.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/movearraycontents.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/neveroptimizefunction.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/newarguments.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/newobjectfrombound.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/newstring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/newstringwrapper.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/newsymbolwrapper.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/notifycontextdisposed.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberadd.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberand.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbercompare.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberdiv.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberequals.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberimul.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbermod.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbermul.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbersar.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbershl.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbershr.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbersub.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertoexponential.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertofixed.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertointeger.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertointegermapminuszero.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertojsint32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertojsuint32.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertoprecision.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertoradixstring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numbertostringrt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberunaryminus.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/numberxor.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/objectfreeze.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/observationweakmapcreate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/optimizeobjectforaddingmultipleproperties.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/ownkeys.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/parsejson.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/preventextensions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/pushifabsent.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/quotejsonstring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/regexpcompile.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/regexpconstructresult.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/regexpexecmultiple.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/regexpexecrt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/regexpinitializeobject.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/removearrayholes.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/rempio2.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/roundnumber.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/runmicrotasks.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/runninginsimulator.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setadd.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setclear.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setcode.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setdebugeventlistener.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setdelete.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setdisablebreak.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setflags.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setfunctionbreakpoint.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/runtime-gen/setgetsize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/sethas.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setisobserved.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setiteratorinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setiteratornext.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setprototype.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/setscopevariablevalue.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/smilexicographiccompare.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/sparsejoinwithseparator.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/specialarrayfunctions.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringbuilderconcat.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringbuilderjoin.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringcharcodeatrt.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringequals.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringindexof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringlastindexof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringlocalecompare.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringmatch.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringnormalize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringparsefloat.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringparseint.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringreplaceonecharwithstring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringsplit.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringtoarray.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringtolowercase.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringtonumber.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringtouppercase.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/stringtrim.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/symboldescription.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/symbolisprivate.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/symbolregistry.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/tobool.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/tofastproperties.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/traceenter.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/traceexit.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/truncatestring.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/trymigrateinstance.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typedarraygetbuffer.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typedarraygetlength.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typedarrayinitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typedarrayinitializefromarraylike.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typedarraymaxsizeinheap.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typedarraysetfastcases.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/typeof.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/uriescape.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/uriunescape.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/weakcollectiondelete.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/weakcollectionget.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/weakcollectionhas.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/weakcollectioninitialize.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/runtime-gen/weakcollectionset.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/generate-runtime-tests.py View 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
6 years, 4 months ago (2014-08-08 09:56:58 UTC) #1
Yang
On 2014/08/08 09:56:58, rossberg wrote: lgtm (rubberstamping generated tests)
6 years, 4 months ago (2014-08-08 09:57:50 UTC) #2
rossberg
Committed patchset #1 manually as 22990 (presubmit successful).
6 years, 4 months ago (2014-08-08 10:01:13 UTC) #3
arv (Not doing code reviews)
6 years, 4 months ago (2014-08-08 14:18:03 UTC) #4
Message was sent while issue was closed.
Is there a bug outlining the problems?

Powered by Google App Engine
This is Rietveld 408576698