[es5] Class of object is "Function" if object has [[Call]].
[platform/upstream/v8.git] / test /
2015-09-03 neisRemove no-zone versions of intersection and union.
2015-09-03 titzer[turbofan] support for Int64 in CheckedLoad/CheckedStor...
2015-09-03 mstarzinger[presubmit] Fix build/include linter violations.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-02 oth[Intepreter] Extend and move Register class.
2015-09-02 cbruniAdding ElementsAccessor::Shift
2015-09-02 rmcilroy[Interpreter] Add support for property load operations.
2015-09-02 conradw[strong] weak classes can't inherit from strong ones
2015-09-02 ishell[arm64] Don't try convert binary operation to shifted...
2015-09-02 pccFix type errors in unit test utilities.
2015-09-01 bradnelsonEliminate use of CompilationInfo in several AstVisitor...
2015-09-01 gdeepti[simd.js] Disable SIMD polyfill.
2015-09-01 littledanStage sloppy let
2015-09-01 mlippautz[heap,cctest] Fix CodeRange tests that use AllocateRawM...
2015-09-01 binjiRemove harmony-atomics flag and collapse it into shared...
2015-09-01 bradnelsonAdd asm.js typer / validator.
2015-09-01 conradw[strong] Class constructor bodies cannot contain "use...
2015-09-01 littledanRevert of Stage sloppy let (patchset #7 id:120001 of...
2015-09-01 littledanStage sloppy let
2015-09-01 machenbach[test] Fix skipping slow tests.
2015-09-01 akos.palfiMIPS: Fix QuietSignalingNaNs on mips32r6.
2015-09-01 machenbach[test] Increase simdjs test timeout on arm.
2015-09-01 mstarzinger[turbofan] Remove obsolete unique.h includes in TurboFan.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-09-01 machenbach[test] Skip slow tests.
2015-08-31 yurysPostpone interrupts while dipatching debugger events...
2015-08-31 littledanMake Date.prototype an ordinary object
2015-08-31 bradnelsonRefactor type collector testing macros.
2015-08-31 bradnelsonDrop region parameter to Unbounded, as it can be done...
2015-08-31 bradnelsonTreat the x*1 generated by parsing a unary + as contain...
2015-08-31 paul.lindMIPS64: Fix alignment issue in test-run-native-calls.
2015-08-31 mtrofin[turbofan] Live Range unit tests.
2015-08-31 bmeurer[es6] Implement Date.prototype[@@toPrimitive] as C...
2015-08-31 cbruniAdding ElementsAccessor::Slice
2015-08-31 machenbachRevert of [simd.js] Disable SIMD polyfill. (patchset...
2015-08-31 machenbach[test] Remove unused code.
2015-08-31 machenbach[test] Skip slow test on no18n bot.
2015-08-31 hablichRevert of [heap] More flag cleanup. (patchset #8 id...
2015-08-31 mtrofin[turbofan] Factored out the test live range builder.
2015-08-31 wingoTest that "yield" expressions are disallowed in arrow...
2015-08-31 mstarzinger[turbofan] Remove usage of Unique<T> from graph.
2015-08-31 mlippautz[heap] GC flag cleanup/restructuring.
2015-08-28 littledanPropagate switch statement value for 'eval'
2015-08-28 littledanEnsure hole checks take place in switch statement scopes
2015-08-28 gdeepti[simd.js] Disable SIMD polyfill.
2015-08-28 littledanSloppy-mode let parsing
2015-08-28 rmcilroy[Interpreter] Add support for loading literals from...
2015-08-28 titzerAdd test-run-native-calls tests for mixed parameters.
2015-08-28 mstarzinger[heap] Move IdentityMap data structure out of heap.
2015-08-28 bmeurer[runtime] Add %ToString and %_ToString and remove the...
2015-08-28 Benedikt Meurer[test] Fix wrong mjsunit.status line.
2015-08-28 Benedikt Meurer[test] Properly disable test that doesn't work in GC...
2015-08-28 bmeurer[es6] Implement spec compliant ToName (actually ToPrope...
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-28 titzerReduce the number of entrypoints to the compiler pipeli...
2015-08-28 wingoDisallow yield in default parameter initializers
2015-08-27 mlippautz[heap] Make compaction space accept external memory.
2015-08-27 kozyatinskiy[V8] Report JSON parser script to DevTools
2015-08-27 hpayerClear SMI and non-evacuation candidate entries when...
2015-08-27 cbruniAdding ElementsAccessor Splice
2015-08-27 mlippautz[heap] Add compaction space.
2015-08-27 rmcilroy[interpreter] Fix gcmole error after r30404.
2015-08-27 rmcilroy[interpreter] Add constant_pool() to BytecodeArray.
2015-08-27 rmcilroy[Interpreter] Add support for parameter variables.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-26 mstarzingerMove runtime helper for JSArrayBuffer onto objects.
2015-08-26 mstarzingerMove runtime helper for JSWeakCollection onto objects.
2015-08-26 wingoIn generators, "yield" cannot be an arrow formal parame...
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-26 yangguoCall JS functions via native context instead of js...
2015-08-26 mstarzinger[turbofan] Fix broken dynamic TDZ check for let and...
2015-08-26 ishellDo not inline array resize operations for outdated...
2015-08-26 wingoParse arrow functions at proper precedence level
2015-08-26 Hannes PayerDon't explicitly tear down code range in cctest/test...
2015-08-26 mtrofin[turbofan] Separate LiveRange and TopLevelLiveRange...
2015-08-26 bradnelsonVisit additional AST nodes as expressions in AstExpress...
2015-08-26 littledanTest262 roll to the 2015-8-25 version
2015-08-25 rossberg[es6] Remaining cases of parameter scopes for sloppy...
2015-08-25 adamk[es6] Fix computed property names in nested literals
2015-08-25 rossberg[es6] Correct length for functions with default parameters
2015-08-25 bradnelsonFix AstExpressionVisitor to correctly handle switch...
2015-08-25 mtrofin[turbofan] Deferred blocks splintering.
2015-08-25 bbudge[simd.js] Update to spec version 0.8.2.
2015-08-25 rmcilroy[Interpreter] Add implementations of arithmetic binary...
2015-08-25 hablichRevert of Moving ArraySplice Builtin to ElementsAccesso...
2015-08-25 mlippautz[heap] Make the current GCCallbackFlags are part of...
2015-08-25 bmeurer[crankshaft] DCE must not eliminate (observable) math...
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 bbudge[simd.js] Set --harmony-simd flag in test config.
2015-08-24 littledanAdd a separate scope for switch
2015-08-24 rossberg[es6] Fix default parameters in arrow functions
2015-08-24 bradnelsonAdding visitors to regurgitate expression types or...
2015-08-24 mstarzingerMake Simulator respect C stack limits as well.
2015-08-24 yangguoMessage formatting: handle unexpected case of failing...
2015-08-24 yangguoDebugger: use correct position for for-next expression...
2015-08-24 cbruni- remove the Backing-Store specific code from builtins...
2015-08-24 rmcilroy[Interpreter] Pass context to interpreter bytecode...
2015-08-24 rmcilroyAdd CompileInfo::GetDebugName()
next