Add test case generator for runtime functions
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 8 May 2014 13:11:59 +0000 (13:11 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 8 May 2014 13:11:59 +0000 (13:11 +0000)
commit9866670c26524627077957caf9e92580c86e249a
treeccb414db5e3f5d2339382c7eef98e8df2ccc542c
parenta2221e08b5a3d9e0c52f54a72b596848df3c4ec1
Add test case generator for runtime functions

R=dslomov@chromium.org, machenbach@chromium.org

Review URL: https://codereview.chromium.org/250923002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
318 files changed:
test/mjsunit/runtime-gen/apply.js [new file with mode: 0644]
test/mjsunit/runtime-gen/arraybuffergetbytelength.js [new file with mode: 0644]
test/mjsunit/runtime-gen/arraybufferinitialize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/arraybufferisview.js [new file with mode: 0644]
test/mjsunit/runtime-gen/arraybufferneuter.js [new file with mode: 0644]
test/mjsunit/runtime-gen/arraybuffersliceimpl.js [new file with mode: 0644]
test/mjsunit/runtime-gen/arrayconcat.js [new file with mode: 0644]
test/mjsunit/runtime-gen/availablelocalesof.js [new file with mode: 0644]
test/mjsunit/runtime-gen/basicjsonstringify.js [new file with mode: 0644]
test/mjsunit/runtime-gen/boundfunctiongetbindings.js [new file with mode: 0644]
test/mjsunit/runtime-gen/break.js [new file with mode: 0644]
test/mjsunit/runtime-gen/breakiteratoradopttext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/breakiteratorbreaktype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/breakiteratorcurrent.js [new file with mode: 0644]
test/mjsunit/runtime-gen/breakiteratorfirst.js [new file with mode: 0644]
test/mjsunit/runtime-gen/breakiteratornext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/canonicalizelanguagetag.js [new file with mode: 0644]
test/mjsunit/runtime-gen/changebreakonexception.js [new file with mode: 0644]
test/mjsunit/runtime-gen/charfromcode.js [new file with mode: 0644]
test/mjsunit/runtime-gen/checkexecutionstate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/checkisbootstrapping.js [new file with mode: 0644]
test/mjsunit/runtime-gen/classof.js [new file with mode: 0644]
test/mjsunit/runtime-gen/clearbreakpoint.js [new file with mode: 0644]
test/mjsunit/runtime-gen/clearfunctiontypefeedback.js [new file with mode: 0644]
test/mjsunit/runtime-gen/clearstepping.js [new file with mode: 0644]
test/mjsunit/runtime-gen/collectstacktrace.js [new file with mode: 0644]
test/mjsunit/runtime-gen/compilestring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/constructdouble.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createbreakiterator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createcollator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createglobalprivatesymbol.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createjsfunctionproxy.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createjsproxy.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createprivatesymbol.js [new file with mode: 0644]
test/mjsunit/runtime-gen/createsymbol.js [new file with mode: 0644]
test/mjsunit/runtime-gen/dataviewinitialize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/datecacheversion.js [new file with mode: 0644]
test/mjsunit/runtime-gen/datecurrenttime.js [new file with mode: 0644]
test/mjsunit/runtime-gen/datelocaltimezone.js [new file with mode: 0644]
test/mjsunit/runtime-gen/datemakeday.js [new file with mode: 0644]
test/mjsunit/runtime-gen/dateparsestring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/datesetvalue.js [new file with mode: 0644]
test/mjsunit/runtime-gen/datetoutc.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugbreak.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugcallbacksupportsstepping.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugconstructedby.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugdisassembleconstructor.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugdisassemblefunction.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugevaluate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugevaluateglobal.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debuggetloadedscripts.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debuggetproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debuggetpropertydetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debuggetprototype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugindexedinterceptorelementvalue.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugpreparestepinifstepping.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugprintscopes.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugpromisehandleepilogue.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugpromisehandleprologue.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugpropertyattributesfromdetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugpropertyindexfromdetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugpropertytypefromdetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugreferencedby.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugsetscriptsource.js [new file with mode: 0644]
test/mjsunit/runtime-gen/debugtrace.js [new file with mode: 0644]
test/mjsunit/runtime-gen/defineorredefineaccessorproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/defineorredefinedataproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/deleteproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/deoptimizefunction.js [new file with mode: 0644]
test/mjsunit/runtime-gen/doublehi.js [new file with mode: 0644]
test/mjsunit/runtime-gen/doublelo.js [new file with mode: 0644]
test/mjsunit/runtime-gen/estimatenumberofelements.js [new file with mode: 0644]
test/mjsunit/runtime-gen/executeindebugcontext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/finisharrayprototypesetup.js [new file with mode: 0644]
test/mjsunit/runtime-gen/fix.js [new file with mode: 0644]
test/mjsunit/runtime-gen/flattenstring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functiongetinferredname.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functiongetname.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functiongetscript.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functiongetscriptsourceposition.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functiongetsourcecode.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionisapifunction.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionisbuiltin.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionisgenerator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionmarknameshouldprintasanonymous.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionnameshouldprintasanonymous.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionremoveprototype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionsetinstanceclassname.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionsetlength.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionsetname.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionsetprototype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/functionsetreadonlyprototype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getallscopesdetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getandclearoverflowedstacktrace.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getargumentsproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getarraykeys.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getbreaklocations.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getcalltrap.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getconstructordelegate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getconstructtrap.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getdataproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getdefaulticulocale.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getdefaultreceiver.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getframecount.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getframedetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getfunctiondelegate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getfunctionscopecount.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getfunctionscopedetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/gethandler.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getheapusage.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getimplfrominitializedintlobject.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getindexedinterceptorelementnames.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getinterceptorinfo.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getlanguagetagvariants.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getlocalelementnames.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getlocalpropertynames.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getmicrotaskstate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getnamedinterceptorpropertynames.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getobservationstate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getoptimizationcount.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getoptimizationstatus.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getownproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getpropertynames.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getpropertynamesfast.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getprototype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getrootnan.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getscopecount.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getscopedetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getscript.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getstepinpositions.js [new file with mode: 0644]
test/mjsunit/runtime-gen/gettemplatefield.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getthreadcount.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getthreaddetails.js [new file with mode: 0644]
test/mjsunit/runtime-gen/getv8version.js [new file with mode: 0644]
test/mjsunit/runtime-gen/globalprint.js [new file with mode: 0644]
test/mjsunit/runtime-gen/globalreceiver.js [new file with mode: 0644]
test/mjsunit/runtime-gen/haselement.js [new file with mode: 0644]
test/mjsunit/runtime-gen/haslocalproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/hasproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/havesamemap.js [new file with mode: 0644]
test/mjsunit/runtime-gen/ignoreattributesandsetproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/initializevarglobal.js [new file with mode: 0644]
test/mjsunit/runtime-gen/internalcompare.js [new file with mode: 0644]
test/mjsunit/runtime-gen/internaldateformat.js [new file with mode: 0644]
test/mjsunit/runtime-gen/internaldateparse.js [new file with mode: 0644]
test/mjsunit/runtime-gen/internalnumberformat.js [new file with mode: 0644]
test/mjsunit/runtime-gen/internalnumberparse.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isattachedglobal.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isbreakonexception.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isconcurrentrecompilationsupported.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isextensible.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isinitializedintlobject.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isinitializedintlobjectoftype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isinprototypechain.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isjsfunctionproxy.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isjsglobalproxy.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isjsmodule.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isjsproxy.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isobserved.js [new file with mode: 0644]
test/mjsunit/runtime-gen/ispropertyenumerable.js [new file with mode: 0644]
test/mjsunit/runtime-gen/issloppymodefunction.js [new file with mode: 0644]
test/mjsunit/runtime-gen/istemplate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/isvalidsmi.js [new file with mode: 0644]
test/mjsunit/runtime-gen/keyedgetproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditcheckanddropactivations.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditcomparestrings.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditfindsharedfunctioninfosforscript.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditfunctionsetscript.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditfunctionsourceupdated.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditgathercompileinfo.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditpatchfunctionpositions.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditreplacefunctioncode.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditreplacereftonestedfunction.js [new file with mode: 0644]
test/mjsunit/runtime-gen/liveeditrestartframe.js [new file with mode: 0644]
test/mjsunit/runtime-gen/loadmutabledouble.js [new file with mode: 0644]
test/mjsunit/runtime-gen/localkeys.js [new file with mode: 0644]
test/mjsunit/runtime-gen/lookupaccessor.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapclear.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapcreateiterator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapdelete.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapget.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapgetsize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/maphas.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapinitialize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapiteratorclose.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapiteratornext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mapset.js [new file with mode: 0644]
test/mjsunit/runtime-gen/markasinitializedintlobjectoftype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mathatan2.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mathexp.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mathfloor.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mathfround.js [new file with mode: 0644]
test/mjsunit/runtime-gen/mathsqrt.js [new file with mode: 0644]
test/mjsunit/runtime-gen/maxsmi.js [new file with mode: 0644]
test/mjsunit/runtime-gen/movearraycontents.js [new file with mode: 0644]
test/mjsunit/runtime-gen/neveroptimizefunction.js [new file with mode: 0644]
test/mjsunit/runtime-gen/newobjectfrombound.js [new file with mode: 0644]
test/mjsunit/runtime-gen/newstring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/newstringwrapper.js [new file with mode: 0644]
test/mjsunit/runtime-gen/newsymbolwrapper.js [new file with mode: 0644]
test/mjsunit/runtime-gen/notifycontextdisposed.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberadd.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberand.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbercompare.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberdiv.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberequals.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberimul.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbermod.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbermul.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberor.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbersar.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbershl.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbershr.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbersub.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertoexponential.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertofixed.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertointeger.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertointegermapminuszero.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertojsint32.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertojsuint32.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertoprecision.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numbertoradixstring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberunaryminus.js [new file with mode: 0644]
test/mjsunit/runtime-gen/numberxor.js [new file with mode: 0644]
test/mjsunit/runtime-gen/objectfreeze.js [new file with mode: 0644]
test/mjsunit/runtime-gen/objectgetnotifierinobjectcontext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/objectnotifierperformchangeinobjectcontext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/objectobserveinobjectcontext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js [new file with mode: 0644]
test/mjsunit/runtime-gen/observationweakmapcreate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/observerobjectandrecordhavesameorigin.js [new file with mode: 0644]
test/mjsunit/runtime-gen/optimizefunctiononnextcall.js [new file with mode: 0644]
test/mjsunit/runtime-gen/optimizeobjectforaddingmultipleproperties.js [new file with mode: 0644]
test/mjsunit/runtime-gen/parsejson.js [new file with mode: 0644]
test/mjsunit/runtime-gen/preventextensions.js [new file with mode: 0644]
test/mjsunit/runtime-gen/pushifabsent.js [new file with mode: 0644]
test/mjsunit/runtime-gen/quotejsonstring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/regexpcompile.js [new file with mode: 0644]
test/mjsunit/runtime-gen/regexpexecmultiple.js [new file with mode: 0644]
test/mjsunit/runtime-gen/regexpinitializeobject.js [new file with mode: 0644]
test/mjsunit/runtime-gen/removearrayholes.js [new file with mode: 0644]
test/mjsunit/runtime-gen/roundnumber.js [new file with mode: 0644]
test/mjsunit/runtime-gen/runmicrotasks.js [new file with mode: 0644]
test/mjsunit/runtime-gen/runninginsimulator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setaccessorproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setadd.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setclear.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setcode.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setcreateiterator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setdebugeventlistener.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setdelete.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setdisablebreak.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setexpectednumberofproperties.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setflags.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setfunctionbreakpoint.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setgetsize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/sethas.js [new file with mode: 0644]
test/mjsunit/runtime-gen/sethiddenproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setinitialize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setinlinebuiltinflag.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setisobserved.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setiteratorclose.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setiteratornext.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setmicrotaskpending.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setnativeflag.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setproperty.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setprototype.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setscopevariablevalue.js [new file with mode: 0644]
test/mjsunit/runtime-gen/setscriptbreakpoint.js [new file with mode: 0644]
test/mjsunit/runtime-gen/smilexicographiccompare.js [new file with mode: 0644]
test/mjsunit/runtime-gen/sparsejoinwithseparator.js [new file with mode: 0644]
test/mjsunit/runtime-gen/specialarrayfunctions.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringbuilderconcat.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringbuilderjoin.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringequals.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringindexof.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringlastindexof.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringlocalecompare.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringmatch.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringnormalize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringparsefloat.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringparseint.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringreplaceonecharwithstring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringsplit.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringtoarray.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringtolowercase.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringtonumber.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringtouppercase.js [new file with mode: 0644]
test/mjsunit/runtime-gen/stringtrim.js [new file with mode: 0644]
test/mjsunit/runtime-gen/symboldescription.js [new file with mode: 0644]
test/mjsunit/runtime-gen/symbolisprivate.js [new file with mode: 0644]
test/mjsunit/runtime-gen/symbolregistry.js [new file with mode: 0644]
test/mjsunit/runtime-gen/tobool.js [new file with mode: 0644]
test/mjsunit/runtime-gen/tofastproperties.js [new file with mode: 0644]
test/mjsunit/runtime-gen/traceenter.js [new file with mode: 0644]
test/mjsunit/runtime-gen/traceexit.js [new file with mode: 0644]
test/mjsunit/runtime-gen/truncatestring.js [new file with mode: 0644]
test/mjsunit/runtime-gen/trymigrateinstance.js [new file with mode: 0644]
test/mjsunit/runtime-gen/typedarraygetbuffer.js [new file with mode: 0644]
test/mjsunit/runtime-gen/typedarrayinitialize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/typedarrayinitializefromarraylike.js [new file with mode: 0644]
test/mjsunit/runtime-gen/typedarraymaxsizeinheap.js [new file with mode: 0644]
test/mjsunit/runtime-gen/typedarraysetfastcases.js [new file with mode: 0644]
test/mjsunit/runtime-gen/typeof.js [new file with mode: 0644]
test/mjsunit/runtime-gen/unblockconcurrentrecompilation.js [new file with mode: 0644]
test/mjsunit/runtime-gen/uriescape.js [new file with mode: 0644]
test/mjsunit/runtime-gen/uriunescape.js [new file with mode: 0644]
test/mjsunit/runtime-gen/weakcollectiondelete.js [new file with mode: 0644]
test/mjsunit/runtime-gen/weakcollectionget.js [new file with mode: 0644]
test/mjsunit/runtime-gen/weakcollectionhas.js [new file with mode: 0644]
test/mjsunit/runtime-gen/weakcollectioninitialize.js [new file with mode: 0644]
test/mjsunit/runtime-gen/weakcollectionset.js [new file with mode: 0644]
tools/generate-runtime-tests.py [new file with mode: 0755]
tools/run-tests.py