Home | History | Annotate | Download | only in v8

Lines Matching full:issue

8         Preserve message when rethrowing exception (issue 3583).
10 Fix escaped index JSON parsing (Chromium issue 416449).
27 Fix escaped index JSON parsing (Chromium issue 416449).
34 Enable ES6 generators (issue 2355).
36 Fixed int vs. uintptr_t confusion (plus some cleanup on the way) (issue
56 ES6: String(symbol) should work like symbol.toString (issue 3554).
58 Arrow functions: Cleanup handling of the prototype property (issue
61 Remove V8_HOST_CAN_READ_UNALIGNED and its uses (Chromium issue 412967).
63 Fix Smi vs. HeapObject confusion in HConstants (Chromium issue 412215).
70 Do not use wide reads in CopyCharsUnsigned (Chromium issue 412967).
72 Fix inaccurate type condition in Hydrogen (Chromium issue 412210).
74 Fix crash in ScriptDebugServer::wrapCallFrames (Chromium issue 411196).
81 ES6: Add support for method shorthand in object literals (issue 3516).
83 Unbreak FreeBSD build (hopefully) (issue 3548).
96 issue 410332).
104 issue 407946).
116 Use correct receiver for DOM accessors on the prototype chain (issue
124 Do not clear weak monomorphic IC after context disposal (Chromium issue
127 Turn on job-based sweeping (issue 3104).
154 Tweaks to generate XP-compatible .exes (Chromium issue 407517).
166 Handle empty allocation list in CodeRange properly (issue 3540, Chromium
167 issue 407566).
169 Fixed inlining of constant values (issue 3529).
181 Fix issue with numeric property names (issue 3507).
183 Add back the duplicate property checker (issue 3498).
191 issue 405517).
200 Support symbol-named properties in API (issue 3394).
204 ES6: Duplicate properties are no longer an error (issue 3498).
208 Remove RegExp.$input (issue 3486).
215 ES6: Make sure we do not store -0 as the key in Map/Set (issue 3515).
219 Expose well-known Symbols to C++ API (Chromium issue 341423).
221 Implement ES6 Array.of() (issue 3427).
228 Correctly handle holes when concat()ing double arrays (Chromium issue
231 [turbofan] Refactor the InstructionSelector tests (issue 3489).
233 ES6: Make Map/Set constructors support iterable values (issue 3508).
235 WeakMap/WeakSet: Add test for non object keys (issue 3399).
242 ToNumber(Symbol) should throw TypeError (issue 3499).
259 ES6: Implement WeakMap and WeakSet constructor logic (issue 3399).
261 Enable ES6 unscopables (issue 3401).
263 Turn on harmony_unscopables for es_staging (issue 3401).
268 (issue 3489).
270 Enable ES6 iteration by default (issue 2214).
278 (issue 2217).
282 This implements unscopables (issue 3401).
285 (issue 2218).
287 Add initial support for compiler unit tests using GTest/GMock (issue
290 Trigger exception debug events on Promise reject (Chromium issue
293 Refactor unit tests for the base library to use GTest (issue 3489).
300 Enable ES6 Map and Set by default (issue 1622).
310 Enable ES6 Symbols by default (issue 2158).
339 Drop deprecated memory related notification API (Chromium issue 397026).
347 (Chromium issue 395314).
355 intact while update the field type (issue 3458).
372 Fix issue with setters and their holders in accessors.cc (Chromium issue
375 Introduce more debug events for promises (issue 3093).
378 (Chromium issue 397026).
381 (issue 3461).
388 Rebaseline/update the intl tests with ICU 52 (issue 3454).
390 Expose the content of Sets and WeakSets through SetMirror (issue 3093).
397 Update ICU to 5.2 (matching chromium) (issue 3452).
406 Implement String.prototype.codePointAt and String.fromCodePoint (issue
429 Ship ES6 Math functions (issue 2938).
431 Make ToPrimitive throw on symbol wrappers (issue 3442).
443 Removed some copy-n-paste from StackFrame::Foo API entries (issue 3436).
450 Fix error message about read-only symbol properties (issue 3441).
452 Include symbol properties in Object.{create,defineProperties} (issue
465 Make `let` usable as an identifier in ES6 sloppy mode (issue 2198).
467 Support ES6 Map and Set in heap profiler (issue 3368).
476 Fixed printing of external references (Chromium issue 392068).
478 Fix several issues with ES6 redeclaration checks (issue 3426).
490 Reland "Postpone termination exceptions in debug scope." (issue 3408).
498 propertyname (Chromium issue 390732).
506 (Chromium issue 390732).
508 Avoid brittle use of .bind in Promise.all (issue 3420).
522 Use the HeapObjectIterator to scan-on-scavenge map pages (Chromium issue
525 Introduce debug events for Microtask queue (Chromium issue 272416).
531 Stack traces exposed to Javascript should omit extensions (issue 311).
535 Postpone termination exceptions in debug scope (issue 3408).
547 Use the HeapObjectIterator to scan-on-scavenge map pages (Chromium issue
550 Introduce debug events for Microtask queue (Chromium issue 272416).
566 Stack traces exposed to Javascript should omit extensions (issue 311).
570 Postpone termination exceptions in debug scope (issue 3408).
577 Make freeze & friends ignore private properties (issue 3419).
579 Introduce a builddeps make target (issue 3418).
588 ES6: Add missing Set.prototype.keys function (issue 3411).
590 Introduce debug events for promises (issue 3093).
602 Unbreak "os" stuff in shared d8 builds (issue 3407).
610 (Chromium issue 386492).
615 (Chromium issue 350720).
622 Grow heap slower if GC freed many global handles (Chromium issue
630 Remove bogus assertions in HCompareObjectEqAndBranch (Chromium issue
633 Do not eagerly update allow_osr_at_loop_nesting_level (Chromium issue
637 kernel (Chromium issue 368384).
639 Map/Set: Implement constructor parameter handling (issue 3398).
646 Support LiveEdit on Arm64 (Chromium issue 368580).
648 Run JS micro tasks in the appropriate context (Chromium issue 385349).
660 MIPS: Support LiveEdit (Chromium issue 368580).
663 issue 387031).
665 Support LiveEdit on ARM (Chromium issue 368580).
673 IC (Chromium issue 305878).
680 Do GC if CodeRange fails to allocate a block (Chromium issue 305878).
683 (issue 3371).
701 properties (issue 3392).
710 X87: Fixed flooring division by a power of 2, once again.. (issue 3259).
712 Fixed undefined behavior in RNG (Chromium issue 377790).
719 Add v8::Promise::Then (Chromium issue 371288).
726 Fix detection of VFP3D16 on Galaxy Tab 10.1 (issue 3387).
733 MIPS: Fixed flooring division by a power of 2, once again.. (issue
736 Fixed flooring division by a power of 2, once again.. (issue 3259).
738 Fix unsigned comparisons (issue 3380).
751 change (Chromium issue 382143).
753 Fix missing smi check in inlined indexOf/lastIndexOf (Chromium issue
771 Turn on harmony_collections for es_staging (issue 1622).
773 Do not make heap iterable eagerly (Chromium issue 379740).
780 Fix invalid loop condition for Array.lastIndexOf() (Chromium issue
792 ES6: Add support for values/keys/entries for Map and Set (issue 1793).
808 issue 368114).
810 HRor and HSar can deoptimize (issue 3359).
820 (Chromium issue 371566).
845 Check for cached transition to ExternalArray elements kind (issue 3337).
847 Support ES6 weak collections in heap profiler (Chromium issue 376196).
854 Add support for ES6 Symbol in heap profiler (Chromium issue 376194).
861 Implement Mirror object for Symbols (issue 3290).
863 Allow debugger to step into Map and Set forEach callbacks (issue 3341).
865 Fix ArrayShift hydrogen support (Chromium issue 374838).
867 Use SameValueZero for Map and Set (issue 1622).
876 Disable ArrayShift hydrogen support (Chromium issue 374838).
878 ES6 Map/Set iterators/forEach improvements (issue 1793).
888 issue 372173).
910 Drop thenable coercion cache (Chromium issue 372788).
912 Skip write barriers when updating the weak hash table (Chromium issue
925 Harden %SetIsObserved with RUNTIME_ASSERTs (Chromium issue 371782).
937 (issue 3315).
939 Array Iterator prototype should not have a constructor (issue 3293).
943 Shorten autogenerated error message for functions only (issue 3019,
944 Chromium issue 331971).
946 Reland "Removed default Isolate." (Chromium issue 359977).
960 Removed default Isolate (Chromium issue 359977).
980 isolate (Chromium issue 369503).
985 (Chromium issue 359977).
988 anymore (Chromium issue 359977).
994 dictionary (Chromium issue 362870).
1001 Added a Isolate* parameter to Serializer::enabled() (Chromium issue
1004 ES6: Add support for Array.prototype.fill() (issue 3273).
1011 PromiseThen should ignore non-function parameters (Chromium issue
1020 (issue 3294).
1027 Expose promise value through promise mirror (issue 3093).
1029 Simplified CPU/CpuFeatures a bit (Chromium issue 359977).
1036 Add timestamps to CPU profile samples (Chromium issue 363976).
1038 Expose promise status through promise mirror (issue 3093).
1043 PlatformFeatureScope and BinaryOpIC::State (Chromium issue 359977).
1045 Trigger debug event on not yet caught exception in promises (issue
1048 Unbreak vtunejit=on (issue 3288).
1056 (Chromium issue 359977).
1059 (Chromium issue 359977).
1062 issue 359977).
1065 compatible again (Chromium issue 365172).
1068 issue 359977).
1080 Disable field type tracking by default (Chromium issue 365172).
1087 Context-allocate all parameters in generators (issue 3280).
1089 Simplify v8/Isolate teardown (Chromium issue 359977).
1110 Removed Isolate::EnterDefaultIsolate (Chromium issue 359977).
1117 Clear invalid field maps in PropertyAccessInfo (Chromium issue 363956).
1127 (Chromium issue 359977).
1130 issue 359977).
1138 (Chromium issue 362128).
1150 Make maps in monomorphic IC stubs weak (issue 2073).
1153 int32 values (Chromium issue 360611).
1160 Do not use ranges after range analysis (Chromium issue 361608).
1179 Fix invalid local property lookup for transitions (Chromium issue
1182 MIPS: Fixed flooring division by -1 (issue 3259).
1184 Fixed flooring division by -1 on ARM (issue 3259).
1187 (issue 3261).
1194 Yet another regression test for range analysis (issue 3204).
1219 issue 356590).
1221 Make invalid LHSs that are calls late errors (Chromium issue 358346).
1229 issue 357054).
1234 properties (Chromium issue 354967).
1246 Fix Type::Intersect to skip uninhabited bitsets (Chromium issue 357330).
1248 Fix PrepareKeyedOperand on arm (Chromium issue 358057).
1255 Deprecate Start/StopCpuProfiling methods (issue 3213).
1258 isolate (Chromium issue 357362).
1266 (Chromium issue 357060).
1283 Promise constructor should not be enumerable (Chromium issue 352597).
1296 (issue 3142, Chromium issue 72633).
1305 No longer OOM on invalid string length (issue 3060).
1308 V8::IgnoreOutOfMemoryException (issue 3060).
1311 (issue 3228).
1318 Rename A64 port to ARM64 port (Chromium issue 354405).
1320 Fix missing access check in Runtime_SetPrototype (Chromium issue
1324 issue 354391).
1331 Increase the "local variables in a function" limit (issue 3205).
1335 Throw exception on invalid string length instead of OOM (Chromium issue
1349 issue 350867).
1372 issue 353004).
1379 Don't generate keyed store ICs for global proxies (Chromium issue
1382 MIPS: Make invalid LHSs a parse-time (reference) error (Chromium issue
1385 Make invalid LHSs a parse-time (reference) error (Chromium issue
1388 Add Promises/A+ Compliance Test Suite (Chromium issue 347095).
1410 (Chromium issue 347095).
1412 Propagate updated offsets in BoundsCheckBbData (Chromium issue 350863).
1414 Add regression test for range analysis bug (issue 3204).
1417 (Chromium issue 351257).
1419 StopCpuProfiling should return non-const CpuProfile (issue 3213).
1428 MIPS: Remove uses of CanBeNegative() in HMod (issue 3204).
1431 2 (issue 3204).
1433 MIPS: Fix uses of range analysis results in HChange (issue 3204).
1436 issue 352059).
1438 Remove uses of CanBeNegative() in HMod (issue 3204).
1441 (issue 3204).
1443 Fix uses of range analysis results in HChange (issue 3204).
1455 Reland "Enable Object.observe by default" again (issue 2409).
1457 Use intrinsics for builtin ArrayBuffer property accesses (Chromium issue
1466 issue 351320).
1469 issue 351319).
1471 Fix lazy deopt after tagged binary ops (Chromium issue 350434).
1473 MIPS: Cleanup some of the range uses in ModI/DivI (issue 3204).
1475 Fix issue with getOwnPropertySymbols and hidden properties (Chromium
1476 issue 350864).
1478 Cleanup some of the range uses in ModI/DivI (issue 3204).
1480 PromiseCoerce should ignore primitive values (Chromium issue 347095).
1482 Use a per-isolate cache for the date object JS bits (Chromium issue
1491 issue 347453).
1494 (Chromium issue 347427).
1497 (issue 3204).
1505 worklist (issue 3204).
1507 Reland "Enable Object.observe by default" (issue 2409).
1509 Enable Object.observe by default (issue 2409).
1514 issue 277984).
1517 frame (Chromium issue 340285).
1519 Reduce heavy runtime calls from debug mirrors (Chromium issue 340285).
1522 getTimezoneOffset (Chromium issue 142141).
1529 Fix HConstants with Smi-ranged HeapNumber values (Chromium issue
1540 issue 349079).
1548 deoptimized (Chromium issue 343609).
1550 Fixed constant folding for Math.clz32 (Chromium issue 347906).
1552 Fix JSObject::PrintTransitions (Chromium issue 347912).
1554 Fix handling of constant global variable assignments (Chromium issue
1557 Removed bogus ASSERT (Chromium issue 347542).
1559 Mark HCompareMap as having Tagged representation (Chromium issue
1562 Fix crasher in Object.getOwnPropertySymbols (Chromium issue 346141).
1565 (Chromium issue 346221).
1568 (Chromium issue 346343).
1571 (Chromium issue 346061).
1573 Lazy preparsing vs. lazy parsing fix (Chromium issue 346207).
1581 (Chromium issue 346221).
1584 (Chromium issue 346149).
1587 (Chromium issue 346343).
1590 (Chromium issue 345715).
1593 (Chromium issue 346061).
1595 negative bounds checking on realm calls (Chromium issue 344285).
1597 Lazy preparsing vs. lazy parsing fix (Chromium issue 346207).
1599 Fix optimistic BCE to back off after deopt (issue 3176).
1611 ES6: Tighten up Object.prototype.__proto__ (issue 3064).
1613 Fix Hydrogen bounds check elimination (Chromium issue 344186).
1620 A64: Let the MacroAssembler resolve branches to distant targets (issue
1624 (issue 3151).
1626 MIPS: Fix assignment of function name constant (issue 3138).
1628 Fix assignment of function name constant (issue 3138).
1636 if set (issue 3104).
1643 Merge experimental/a64 to bleeding_edge (issue 3113).
1650 Fix spec violations in JSON.stringify wrt replacer array (issue 3135).
1657 Fix inconsistencies wrt whitespaces (issue 3109).
1664 Fix inconsistencies wrt whitespaces (issue 3109).
1676 Allow externalizing strings in old pointer space (Chromium issue
1687 (Chromium issue 340125).
1695 issue 336148).
1698 some cases (fast literal case) (Chromium issue 340124).
1718 string length (Chromium issue 336820).
1720 Implements ES6 String.prototype.normalize method (issue 2943).
1732 ES6: Map and Set needs to normalize minus zero (issue 3069).
1735 expression (issue 3070).
1747 MIPS: Reduce the stack requirements of GetNoCodeAgeSequence (issue
1750 Delete v8_shell target now that chrome uses d8 (Chromium issue 331585).
1752 ARM: Reduce the stack requirements of GetNoCodeAgeSequence (issue 3111).
1764 Fix compilation on x64 architectures (issue 3110).
1767 (Chromium issue 326155).
1769 ES6: Implement Object.setPrototypeOf (issue 2675).
1771 Fixed floor-of-div optimization (Chromium issue 334708).
1783 ES6: Implement Object.setPrototypeOf (issue 2675).
1791 (issue 1775).
1803 Make cells pointing to JSObjects weak in optimized code (issue 2073).
1810 Annotate mapped memory regions for LeakSanitizer (Chromium issue
1814 issue 315252).
1828 ES6: Add Object.getOwnPropertySymbols (issue 3049).
1835 Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue
1846 load/store (Chromium issue 331416).
1848 Fix selection of popular pages in store buffer (Chromium issue 331444).
1851 (Chromium issue 324225).
1859 (Chromium issue 331475)
1868 Reland r18383: More API cleanup (Chromium issue 324225).
1870 MIPS: Fix loading of global object in LWrapReceiver (Chromium issue
1883 ARM: fix loading of global object in LWrapReceiver (Chromium issue
1886 Fix a race between concurrent recompilation and OSR (Chromium issue
1889 Turn off concurrent sweeping (issue 3071).
1896 Fix small spec violation in String.prototype.split (issue 3026).
1899 evaluate (Chromium issue 325676).
1941 (Chromium issue 324812).
1944 sharing mutable heap numbers in snapshot (Chromium issue 280531).
1946 Switch armv7 setting to arm_version==7 in v8 gyp files (Chromium issue
1970 changing structure on sealed objects (Chromium issue 299979).
1978 (Chromium issue 324306).
1980 Fix bug in inlining Function.apply (Chromium issue 323942).
1983 (Chromium issue 324028).
1990 Shorten autogenerated error message (issue 3019).
1997 Increase precision for base conversion for large integers (issue 3025).
1999 Flatten cons string for single character substrings (Chromium issue
2020 (issue 3004)
2033 (Chromium issue 312241)
2037 (Chromium issue 317398)
2045 (Chromium issue 320948)
2051 (issue 2991)
2060 (Chromium issue 320532)
2064 (issue 3013)
2075 (Chromium issue 319722)
2083 (Chromium issue 318671)
2086 (Chromium issue 318454)
2094 (Chromium issue 319120)
2102 (issue 2767, 2149)
2105 (Chromium issue 266838)
2113 (issue 2994)
2116 (Chromium issue 82797, issue 1593)
2123 Made HCapturedObjects non-deletable for DCE. (issue 2987)
2125 Use a fixed random seed per default. (issue 1880, 2885)
2127 Fixed y-umlaut to uppercase. (issue 2984)
2134 Fixed loading message from an Error object. (Chromium issue 306220)
2136 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
2138 Made snapshots reproducible. (issue 2885)
2141 (issue 2980)
2149 (Chromium issue 309623)
2157 __attribute__((no_sanitize_address)) (Chromium issue 311283)
2166 Record allocation stack traces. (Chromium issue 277984,v8:2949)
2181 (Chromium issue 305309)
2184 (Chromium issue 280984)
2187 (Chromium issue 17356)
2195 (Chromium issue 298990)
2206 stores. (issue 2934)
2213 Harmony: Implement Math.trunc and Math.sign. (issue 2938)
2239 (issue 2931)
2252 when tracking is switched off (Chromium issue 277984).
2265 (Chromium issue 2919)
2267 Added column getter to CpuProfileNode (Chromium issue 302537)
2290 (Chromium issue 296963).
2293 (Chromium issue 288924).
2306 (Chromium issue 276357).
2316 a receiver (issue 2915).
2318 Removed unnecessary mutex (Chromium issue 291236).
2329 (Chromium issue 292928)
2334 (Chromium issue 292928)
2347 (Chromium issue 270507)
2356 (issue 2872)
2359 (Chromium issue 289706)
2364 (Chromium issue 284577)
2374 (Chromium issue 291236)
2377 (Chromium issue 272579)
2381 (Chromium issue 2881)
2399 (Chromium issue 280632)
2402 (V8 issue 2745)
2409 (V8 issue 2778)
2412 (V8 issue 2823)
2420 (Chromium issue 280984)
2423 (Chromium issue 236173)
2428 (Chromium issue 287476)
2436 (Chromium issue 285355)
2442 (Chromium issue 284998)
2445 (issue 2814,v8:2871)
2448 (issue 2744)
2460 Fixed Eternal::IsEmpty logic (issue 2870).
2469 Allowed uncacheable identifiers to go generic (issue 2867).
2476 Added scriptId to StackTrace frames (issue 2865).
2487 Always visit branches during HGraph building (Chromium issue 280333).
2498 computation. (issue 2843)
2505 Fixed compilation with recent MinGW64 versions. (issue 2300)
2507 Added RemovePrototype to FunctionTemplate. (Chromium issue 272440)
2514 Lowered kInitialMaxFastElementArray constant to 95K (issue 2790).
2516 Use signals for cpu profiling on Mac OS X (issue 2814).
2518 Deprecated CpuProfileNode::GetSelfSamplesCount (Chromium issue 267595).
2521 (issue 2814).
2533 valueOf. (issue 2855)
2536 scope. (issue 2594)
2538 issue 2814)
2540 Fixed hidden properties on object with frozen prototype. (issue 2829)
2542 Fix deoptimization bug. (Chromium issue 274164)
2555 (Chromium issue 270527)
2558 (Chromium issue 270642)
2560 Moved i18n break iterator C++ code to runtime (issue 2745)
2563 (Chromium issue 263515)
2565 Fixed register misuse in Allocate() on ARM. (issue 2851)
2568 (Chromium issue 275467)
2575 Fixed GC-related crasher (Chromium issue 274438)
2585 (Chromium issue 272564)
2592 Fixed bug in HPhi::SimplifyConstantInput (Chromium issue 269679)
2594 Fixed gcmole bugs in i18n code (issue 2745)
2597 set (issue 2827)
2600 phis. (issue 2815)
2602 Allowed HPhis to have an invalid merge index. (issue 2815)
2604 Fixed smi-based math floor. (Chromium issue 270268)
2607 getter on CpuProfileNode. (Chromium issue 267595)
2610 CompoundAssignment. (issue 2774,2779)
2621 Fixed Array index dehoisting. (Chromium issue 264203)
2623 Updated Array Iterator to use numeric indexes (issue 2818)
2626 (issue 2824)
2634 (issue 2776,v8:2777)
2641 Removed buggy ToNumber truncation (partial fix for issue 2813)
2643 Calling Map etc without new should throw TypeError (issue 2819)
2645 Fixed a crash for large code objects on ARM (Chromium issue 2736)
2648 (Chromium issue 265894)
2651 (issue 2796,v8:2797,v8:2798,v8:2799)
2689 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
2691 Fixed data race in SamplingCircularQueue (Chromium issue 251218).
2694 (Chromium issue 252797).
2697 (Chromium issue 259300).
2700 (Chromium issue 260345).
2708 constant state (Chromium issue 260585).
2710 Fixed gyp_v8 to work with use_system_icu=1 (issue 2475).
2712 Fixed sloppy-mode 'const' under Harmony flag (Chromium issue 173361).
2714 Use internal array as API function cache (Chromium issue 260106).
2717 (Chromium issue 259452).
2725 (issue 2711, Chromium issue 259548).
2732 Fixed garbage-collection issue that causes a crash on ARM
2733 (Chromium issue 254570)
2748 (issue 2745)
2751 builtin (Chromium issue 252097)
2755 Fix debuggersupport=off build. (issue 2754)
2765 Implemented WeakMap.prototype.clear function. (issue 2753)
2768 (Chromium issue 255779)
2778 HiddenValues (issue 2746).
2790 (issue 2705)
2793 (Chromium issue 249873)
2796 (Chromium issue 250609)
2799 (Issue 2205)
2802 (Chromium issue 241815)
2805 (Issue 2730)
2824 (Chromium issue 245480)
2827 (Chromium issue 248076)
2839 Fixed arguments array access. (Chromium issue 247303)
2841 Fixed bug in LookupForWrite. (Chromium issue 242332)
2859 values to avoid perpetual soft deopts. (Chromium issue 242512)
2862 memory leak. (Chromium issue 246567)
2871 Fixed bug with inlining 'Array' function. (Chromium issue 244461)
2873 Fixed initialization of literal objects. (Chromium issue 245424)
2875 Fixed function name inferred inside closures. (Chromium issue 224884)
2883 (issue 2702)
2886 (Chromium issue 243868)
2889 (issue 2628)
2892 (Chromium issue 241815)
2895 (Chromium issue 244461)
2903 (Chromium issue 243868).
2911 (issue 2690)
2914 (issue 2628)
2921 Fixed edge case in stack trace formatting. (Chromium issue 237617)
2924 issue 240032)
2926 Made Object.freeze fast (issue 1858, Chromium issue 115960)
2928 Fixed bogus deopt in BuildEmitDeepCopy for holey arrays. (Chromium issue
2942 (Chromium issue 240056).
2945 (Chromium issue 226860).
2948 set up properly (issue 2628).
2956 changes (Chromium issue 233737)
2977 Allowed setting debugger breakpoints on CompareNilICs (issue 2660)
2980 (Chromium issue 235311)
2983 (Chromium issue 2636)
2992 Replaced qsort with std::sort. (Chromium issue 2639)
3000 (issue 2641)
3002 Do not emit double values at their use sites. (Chromium issue 234101)
3005 TerminateExecution(). (issue 2361)
3013 == 0 to avoid prefetching invalid memory (Chromium issue 233500)
3015 Removed heap snapshot size limit. (Chromium issue 232305)
3024 Improved handling of unary plus (issue 2527).
3036 (Chromium issue 229445)
3038 ES6 symbols: extended V8 API to support symbols (issue 2158).
3043 (issue 1949 and issue 2606)
3051 (issue 2564)
3054 isolates (Chromium issue 2591).
3056 Finished implementation of ES6 symbols aka. private names (issue 2158).
3069 (Chromium issue 196331)
3072 (Chromium issue 196330)
3080 (Chromium issue 196330)
3090 Turned Flags into a uint32_t typedef (Chromium issue 194749).
3098 (Chromium issue 211741)
3102 (Chromium issue 196583)
3112 (issue 2487)
3115 propagation). (issue 2576)
3118 variables. (Chromium issue 145687)
3125 Fixed heap snapshot creation for Harmony collections. (issue 2535)
3127 Fixed register allocation corner case. (Chromium issue 177883)
3134 Restored Function()'s expected string representation. (issue 2470)
3136 Enabled deprecatations (again). (issue 2487)
3138 Avoid bool to Oddball conversions by being lazy. (issue 2491)
3142 Hardened Function()'s parsing of function literals. (issue 2470)
3144 ES6 symbols: Refine test for getOwnPropertyNames. (issue 2158)
3151 Added missing license headers. (Chromium issue 98597)
3153 Inserted missing type cast in JSON.stringify. (issue 2570)
3156 (issue 2571)
3159 (issue 2568)
3162 (issue 2158)
3165 (issue 2566)
3167 Fixed x32 handling of Atomic64. (Chromium issue chromium-os:36866)
3169 Removed "library" variable from standalone.gypi. (Chromium issue 111541)
3172 (issue 2556)
3175 (Chromium issue 176056)
3177 Added workaround for redefinition of __proto__ property. (issue 2565)
3179 ES6 symbols: Allow symbols as property names. (issue 2158)
3187 (Chromium issue 178790)
3190 (issue 2158)
3198 (Chromium issue 163530)
3208 (issue 621, issue 1949 and issue 2441)
3226 (Chromium issue 176943)
3229 (issue 2487)
3232 (issue 2539)
3247 (Chromium issue 175141)
3250 (Chromium issue 173458, 168582)
3253 (issue 2531)
3259 (Chromium issue 173907)
3274 (Chromium issue 173974)
3277 embedded maps on full GC. (Chromium issue 172488,172489)
3292 (Chromium issue 172488,172489)
3300 (issue 2510)
3303 (issue 2437)
3306 (issue 2487)
3314 (issue 2073)
3317 (Chromium issue 168801)
3320 (Chromium issue 171641)
3328 (Chromium issue 170856)
3331 (issue 2507)
3334 (Chromium issue 171553)
3337 (Chromium issue 2499)
3345 (Chromium issue 111541)
3348 (Chromium issue 169928)
3356 (issue 2487)
3359 (issue 2493)
3362 (Chromium issue 165264)
3365 (issue 2489)
3368 (Chromium issue 147497)
3371 (Chromium issue 169209)
3382 Fixed V8 issue 2486.
3384 Fixed Chromium issue 169723.
3398 Improved GC performance when moving parts of a FixedArray (issue 2452).
3400 Enabled readline on d8 while building a shared lib (issue 1781).
3403 (Chromium issue 168545).
3405 Check for read-only-ness when preparing for array sort (issue 2419).
3421 (Chromium issue 164442)
3424 (issue 2458)
3435 Continued implementation of Object.observe (V8 issue 2409).
3454 Enabled optimisation of functions inside eval. (issue 2315)
3456 Fixed spec violations in methods of Number.prototype. (issue 2443)
3466 (Chromium issue 159140)
3469 (issue 2444)
3472 (issue 2437, issue 2438)
3480 (issue 2166,chromium:152389)
3483 (issue 2166)
3498 (issue 2194)
3506 variations of empty arrays. (Chromium issue 162085)
3514 (Chromium issue 161028)
3516 Fixed corner case in x64 compare stubs. (issue 2416)
3523 Fixed Array.prototype.join evaluation order. (issue 2263)
3526 is not running. (issue 2364)
3529 the proto. (issue 2410)
3536 (issue 2397)
3539 (Chromium issue 128314)
3541 Fixed LiveEdit crashes when object/array literal is added. (issue 2368)
3552 (issue 214)
3554 Collect stack trace on stack overflow. (issue 2394)
3562 not available. (Chromium issue 159413)
3564 Made formatting error message side-effect-free. (issue 2398)
3566 Fixed length check in JSON.stringify. (Chromium issue 160010)
3568 ES6: Added support for Set and Map clear method (issue 2400)
3571 (Chromium issue 157019)
3573 Fixed disabling of code flusher while marking. (Chromium issue 159140)
3575 Added a test case for object grouping in a scavenger GC (issue 2077)
3578 (Chromium issue 158821)
3580 ES6: Added support for size to Set and Map (issue 2395)
3587 Put incremental code flushing behind a flag. (Chromium issue 159140)
3594 Loosened aligned code target requirement on ARM (issue 2380)
3597 (Chromium issue 158185)
3609 optimized function list. (Chromium issue 155270)
3612 (issue 2372)
3615 (issue 2364)
3618 (issue 1609)
3626 context. (Chromium issue 154733)
3628 Enabled --verify-heap in release mode (issue 2120)
3636 (Chromium issue 155076).
3638 Bumped variable limit further to 2^17 (Chromium issue 151625).
3646 (Chromium issue 152506)
3649 (Chromium issue 151749)
3651 Made GDBJIT interface compile again. (issue 1804)
3654 (Chromium issue 143967)
3657 (issue 2322)
3659 Rejected local module declarations. (Chromium issue 150628)
3661 Rejected uses of lexical for-loop variable on the RHS. (issue 2322)
3664 (Chromium issue 152615,chromium:144230)
3674 (Chromium issue 143889)
3677 (Chromium issue 151750)
3679 Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues 123822 and
3685 atomically (issue 2346).
3688 (Chromium issue 151625)
3690 Support sourceURL for dynamically inserted scripts (issue 2342).
3698 (Chromium issue 144230)
3701 (Chromium issue 150729)
3703 Fixed minus zero test. (Issue 2133)
3706 (Chromium issue 146910)
3709 (Chromium issue 150545)
3712 (Chromium issue 149912)
3715 (Chromium issue 140191)
3717 Fixed debugger's eval when close to stack overflow. (issue 2318)
3719 Added checks to live edit. (issue 2297)
3723 Fixed caching of optimized code for OSR. (issue 2326)
3726 (issue 2317)
3728 Fixed API check for length of external arrays. (Chromium issue 148896)
3730 issue 148376)
3732 Correctly initialize regexp global cache. (Chromium issue 148378)
3734 Fixed arguments object materialization during deopt. (issue 2261)
3741 (Chromium issue 148389)
3744 (Chromium issue 144649)
3746 Fixed array index dehoisting. (Chromium issue 141395)
3762 Disabled accessor inlining (Chromium issue 134609).
3764 Fixed bug in Math.min/max in optimized code (Chromium issue 145961).
3766 Directly use %ObjectKeys in json stringify (Chromium issue 2312).
3768 Fixed VS2005 build (issue 2313).
3780 (issue 2308)
3798 Fixed rounding in Uint8ClampedArray setter. (issue 2294)
3824 (issue 1645)
3827 (Chromium issue 140473)
3841 Forced using bit-pattern for signed zero double. (issue 2239)
3843 Made sure double to int conversion is correct. (issue 2260)
3852 (Chromium issue 138887)
3855 (issue 2016, 2017)
3858 (issue 2245)
3871 (issue 2252)
3874 hoisting. (Chromium issue 137768)
3879 (issue 2240)
3893 (Chromium issue 137768)
3896 (Chromium issue 137689)
3904 (Chromium issue 137496)
3916 Fixed ICs for slow objects with native accessor (Chromium issue 137002).
3918 Fixed transcendental cache on ARM in optimized code (issue 2234).
3924 handling imports) (issue 1569).
3934 (Chromium issue 125148)
3937 (issue 1591)
3940 (issue 1991, Chromium issue 80591)
3943 (issue 2210)
3946 (issue 2220)
3949 (issue 2225)
3956 Re-enabled and fixed issue with array bounds check elimination
3957 (Chromium issue 132114).
3959 Fixed Debug::Break crash. (Chromium issue 131642)
3969 (Chromium issue 136084)
3972 (issue 2219)
3987 (Chromium issue 135066)
3990 (issue 2151)
3993 (issue 2212)
4002 Cleaned up hardfp ABI detection for ARM (V8 issue 2140).
4010 (Chromium issue 135008)
4021 the stack walkable by TCMalloc (Chromium issue 133723).
4023 Ported r7868 (constant masking) to x64 (issue 1374).
4025 Expose more detailed memory statistics (issue 2201).
4028 (Chromium issue 132744).
4031 (issue 2119).
4039 to V8 Splay performance regression on Mac. (Chromium issue 134183)
4041 Fixed sharing of literal boilerplates for optimized code. (issue 2193)
4049 ia32/x64. (Chromium issue 134055)
4052 (issue 2194)
4083 (Chromium issue 129171)
4086 (issue 2170)
4109 (Chromium issue 129926)
4112 (issues 2143, 1465, Chromium issue 129355)
4117 (issue 1543)
4132 (issue 1981).
4148 (issue 2098)
4150 Fixed python deprecations. (issue 1391)
4153 (Chromium issue 15719)
4155 Fixed GCC 4.7 (C++11) compilation. (issue 2136)
4165 reconstructed from the context chain. (issue 2071)
4167 Define V8_EXPORT to nothing for clients of v8. (Chromium issue 90078)
4169 Correctly check for native error objects. (Chromium issue 2138)
4176 Revert r11496. (Chromium issue 128146)
4178 Implement map collection for incremental marking. (issue 1465)
4188 Fix freebsd build. (V8 issue 2126)
4195 Fixed compose-discard crasher from r11524 (issue 2123).
4201 transitioning (Chromium issue 117409).
4204 the web (Chromium issue 69187).
4206 Implemented map collection with incremental marking (issue 1465).
4209 (Chromium issue 126412).
4212 Math.random() (issue 2115).
4214 Fixed crash bug in VisitChoice (Chromium issue 126272).
4217 (Chromium issue 126414).
4219 Fixed LiveEdit for function with no locals (issue 825).
4222 (Chromium issue 125988).
4224 Implemented clearing of CompareICs (issue 2102).
4234 (Chromium issue 125515)
4237 TypedArrays. (issue 2110)
4240 conditions when allocating code space pages. (Chromium issue
4244 after context disposal. (issue 2107)
4246 Fixed preparser for try statement. (issue 2109)
4260 Fixed source property of empty RegExp objects. (issue 1982)
4273 (Chromium issue 109564)
4282 Fixed missing GVN flag for new-space promotion. (Chromium issue 123919)
4285 (issue 2079)
4292 Fixed several bugs in heap profiles (including issue 2078).
4304 Fixed V8 on MinGW-x64 (issue 2026).
4314 outer scope parameters (Chromium issue 119609).
4317 issue 122271).
4322 Fixed WeakMap processing for evacuation candidates (issue 2060).
4324 Bailout on possible direct eval calls (Chromium issue 122681).
4327 (issue 2051).
4334 Fixed bug with arguments object in inlined functions (issue 2045).
4336 Fixed performance bug with lazy initialization (Chromium issue
4342 Fixed bug with hidden properties (issue 2034).
4344 Fixed a performance bug when reloading pages (Chromium issue 117767,
4345 V8 issue 1902).
4347 Fixed bug when optimizing throw in top-level code (issue 2054).
4349 Fixed two bugs with array literals (issue 2055, Chromium issue 121407).
4351 Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
4353 Fixed a bug with the new runtime profiler (Chromium issue 121147).
4365 (Chromium issue 120099).
4368 (Chromium issue 119815)
4375 (issue 2032).
4378 (Chromium issue 117767, V8 issue 1902)
4381 (Chromium issue 119926)
4384 (Chromium issue 119925)
4393 Fixed use of proxies as f.prototype properties. (issue 2021)
4403 containing arguments. (Issue 2014)
4413 in large object space (issue 853).
4428 Fixed declarations escaping global strict eval. (Issue 1624)
4430 Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
4433 (Chromium issue 115452)
4444 constants. (Issue 2009)
4446 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
4454 ICs (Chromium issue 117794).
4463 Remove static initializers in v8. (issue 1859)
4472 Fixed VFP detection through compiler defines. (issue 1996)
4495 Fix Error.prototype.toString to throw TypeError. (issue 1980)
4497 Fix double-rounding in strtod for MinGW. (issue 1062)
4499 Fix corrupted snapshot serializaton on ia32. (Chromium issue v8/1985)
4511 Added code kind check before preparing for OSR. (issue 1900, 115073)
4513 Fixed issue 1802: Pass zone explicitly to zone-allocation on x64 and
4516 Ported string construct stub to x64. (issue 849)
4524 dictionary. (issue 1964)
4531 Fixed Chromium issue http://crbug.com/115646: When compiling for-in
4534 Fixed issue 1853: Update breakpoints set with partial file name after
4540 Made 'module' a context-sensitive keyword (V8 issue 1957).
4558 Randomized allocation addresses on windows. (Chromium issue 115151)
4560 Fixed compilation with MinGW-w64. (issue 1943)
4572 (issue 1960).
4577 Fixed sequence of element access in array builtins (issue 1790).
4584 Fixed V8 issues 1322, 1878, 1942, 1945 and Chromium issue 113924.
4595 Fixed template-related linker error. (issue 1936)
4597 Allowed inlining of functions containing object literals. (issue 1322)
4599 Added --call-graph-size option to tickprocessor. (issue 1937)
4602 moment the limit is 256MB. (Chromium issue 113015)
4617 (issue 1930)
4625 site instead of rethrow site (Chromium issue 60240).
4628 in Chromium (Chromium issue 112843).
4633 Added timestamp to --trace-gc output. (issue 1932)
4644 (Chromium issue 112315).
4646 Fixed a crash in dev tools (Chromium issue 107996).
4662 Flush number string cache on GC (issue 1605).
4667 Fix building with Clang (issue 1912).
4671 Fix misleading documentation of v8::Locker (issue 542).
4681 (Chromium issue 99027).
4683 Fixed solaris build (VirtualMemory) (issue 1761).
4688 Enabled asynchronous remote debugging with d8 (issue 1691).
4696 (Chromium issue http://crbug.com/110509)
4699 (issue 1897)
4702 (issue 1887)
4705 (issue 1760)
4708 (issue 1893)
4711 (issue 1903)
4720 Improve heap size estimation (issue 1893).
4740 Fix handling of bogus receivers for Harmony collections. (issue 1884)
4751 Bert Belder. This version only solves the issue for those that compile
4758 arguments. (issue 1325)
4765 Fixed InternalArrays construction. (issue 1878)
4795 Fixed handling of arrays in DefineOwnProperty. (issue 1756)
4798 (issue 1856)
4800 Fixed another corner case for DefineOwnProperty on arrays (issue 1756).
4824 (issue 1846)
4835 (Chromium issue 103103)
4860 (issue 1818)
4866 (issue 1817)
4869 (issue 1808)
4873 (Chromium issue 100414)
4890 Proper "libv8.so.3.7.4" SONAME for Linux shared library (issue 1786).
4893 (still hidden behind --harmony flag) (issue 1622).
4895 Implement VirtualMemory on FreeBSD to fix build (issue 1807).
4899 Fix error handling in Date.prototype.toISOString (issue 1792).
4908 issue with jslint: Issue
4914 Fix bug in deoptimization. Known issue with jslint: Issue 1789.
4929 Made Math.random state per-context instead of per-process (issue 864).
4948 Improved performance of WriteUtf8, issue 1665.
4966 Fixed issue 1757 (string slices of external strings).
4968 Fixed issue 1759 (ARM).
4986 Fixed compilation issues with GCC 4.5.x (issue 1743).
4998 Implemented ES5 generic Array.prototype.toString (Issue 1361).
5000 V8 now allows surrogate pair codes in decodeURIComponent (Issue 1415).
5004 Fixed propertyIsEnumerable for numeric properties (Issue 1692).
5009 not set a property" (Issue 1636).
5011 Made the RegExp.prototype object be a RegExp object (Issue 1217).
5016 (Issue 1711).
5022 (Issue 1573).
5026 Fixed: debugger stops stepping outside evaluate (Issue 1639).
5037 Removed the need for code delete events in CPU profiler (Issue 1466).
5039 Fixed debugger stepping next with trycatch recursion (Issue 1639).
5070 issue 95113).
5072 Fixed a bug in Page::GetRegionMaskForSpan (Chromium issue 94425).
5081 Fixed a bug when optimizing named function expression (issue 1647).
5083 Fixed a bug when optimizing f.call.apply (issue 1650).
5088 Fixed issue 1648 (cross-compiling x64 targeting ia32).
5090 Fixed issue 371 (d8 printing of strings containing \0).
5092 Fixed order of evaluation in arguments to parseInt (issue 1649).
5095 (issue 1658, chromium issue 89268).
5139 Fixed issue that could cause crashes when running with --heap-stats.
5156 Fixed optimized version of Function.apply(x, arguments). (issue 1592)
5203 API call FunctionTemplate::SetPrototypeAttributes (issue 1539).
5227 Fix the debugger for strict-mode functions. (Chromium issue 89236)
5232 Fix -Wunused-but-set-variable for gcc-4.6 on x64. (Issue 1291)
5237 Improved debugger support to allow inspection of optimized frames (issue
5252 (issue 1560).
5257 Fixed bug in array filter and reduce functions (issue 1559).
5262 initialization. (Chromium issue 89462).
5269 Fixed a bug where reading a directory in d8 shell hangs (issue 1533).
5273 Fixed an assertion failure in descriptor arrays (issue 1526).
5278 (issue 1527).
5289 Fixed a bug in for/in iteration of arguments objects (issue 1531).
5291 Added debugger support for inspecting optimized frames (issue 1140).
5300 Fixed debugger not breaking on certain "if" statements (issue 1523).
5303 without snapshot (issue 1522).
5310 Fixed linux-tick-processor built wrong version of v8 (issue 1532).
5312 Fixed assertion failure in v8::TryCache::StackTrace (issue 1529).
5320 (issue 1140).
5325 Made date parser handle ES5 Date Time Strings correctly (issue 1498).
5334 Ensure 16-byte stack alignment on Solaris (issue 1505).
5337 that is not a smi. (issue 1246).
5354 Allowed compiling v8_shell with the 'host' toolset (issue 82437).
5356 Extended setBreakpoint API to accept partial script name (issue 1418).
5362 (issue 1491).
5365 (issue 1481).
5376 (issue 1472)
5379 (Chromium issue 86431)
5381 Fixed disassembler=on option for release-mode builds. (issue 1473)
5397 receiver for strict mode callbacks. (issue 1436)
5402 (issue 1434)
5408 method. (issue 1470)
5411 non-object. (issue 1452)
5416 Do not redefine properties unneccesarily in seal and freeze. (issue
5422 avoiding some useless deoptimizations. (issue 1471)
5428 (issue 1433).
5430 Converted time zone name to UTF8 on Windows (issue 1290).
5433 (issue 1413).
5463 Fixed JSON stringify issue with arrays.
5474 Changed calls to undefined property setters to not throw (issue 1355).
5489 Object prototype (issue 1403).
5492 (issue 1387).
5494 Fixed a debug crash in arguments object handling (issue 1227).
5496 Fixed a bug in deoptimization on x64 (issue 1404).
5553 Implemented CallAsConstructor method for Object in the API (Issue 1348).
5556 Added CallAsFunction method to the Object class in the API (Issue 1336).
5561 Fixed bug in x64 >>> operator (Issue 1359).
5567 (issue 1258).
5569 Fixed bug with whitespaces in parseInt (issue 955).
5571 Fixed bug with == comparison of Date objects (issue 1356).
5623 (issue 958)
5626 (issue 1315)
5636 Fixed bug in external float arrays on ARM (issue 1323).
5655 (Issue 1309).
5682 SSE3 support (Chromium issue 77654).
5684 Fixed x64 compilation error due to some dead code. (Issue 1286)
5693 Fixed build with Irregexp interpreter (issue 1266).
5717 Fixed Array::New(length) to return an array with a length (issue 1256).
5765 Fixed issue with unaligned reads and writes on ARM.
5788 Added support for Cygwin (issue 64).
5794 Fixed issue in CPU profiler with Crankshaft.
5810 Fixed incorrect compare of prototypes of the global object (issue
5813 Fixed a bug in optimizing calls to global functions (issue 1106).
5816 arguments (issue 1128).
5819 parser errors (issue 1130).
5821 Fixed a bug in sorting an array with large array indices (issue 1131).
5823 Properly treat exceptions thrown while compiling (issue 1132).
5825 Fixed bug in register requirements for function.apply (issue 1133).
5828 (issue 1134).
5830 Fixed the semantics of delete on parameters (issue 1136).
5833 (issue 1138).
5835 Added support for the global object in Object.keys (issue 1150).
5838 (issue http://code.google.com/p/chromium/issues/detail?id=72555)
5850 Fixed zap value aliasing a real object - debug mode only (issue 866).
5852 Fixed issue where Array.prototype.__proto__ had been set to null
5853 (issue 1121).
5909 Fixed External::Wrap for 64-bit addresses (issue 1037).
5912 code generator (issue 1060).
5917 Safari (issue http://crbug.com/70334).
5921 (issue http://crbug.com/50972).
5939 Wrapped external pointers more carefully (issue 1037).
5952 (issue 1015).
5965 Allowed getters and setters on JSArray elements (issue 900).
5968 issue 1015).
5971 initializer (issue 820).
5976 Exported external array data accessors (issue 1016).
6008 Fixed implementation of String::Write in the API (issue 975).
6028 undefined (issue 965).
6041 Improved performance by (partially) addressing issue 957 on
6058 used internally by the compiler (issue 936).
6064 values (issue 944).
6067 digits (issue 946).
6081 issue 931).
6089 (issue 918).
6097 (issue 929).
6100 preparser (Chromium issue 62639).
6107 Fixed multiplication overflow bug (issue 927).
6109 Added a limit for the amount of executable memory (issue 925).
6118 on the empty string (issue 924).
6123 Improved V8 VFPv3 runtime detection to address issue 914.
6129 in object literals (issue 907).
6132 (issue http://crbug.com/60753).
6142 Fixed FreeBSD port (issue 912).
6152 (issue http://crbug.com/54580).
6154 Fixed compilation error on Solaris platform (issue 901).
6160 granularity (issue http://crbug.com/56036).
6169 (issue http://crbug.com/58740).
6175 Fixed compilation error on ARM with gcc 4.4 (issue 894).
6191 whole snapshot (issue 868).
6211 Fixed assertion failure related to copy-on-write arrays (issue 876).
6215 Fixed a bug in RegExp (issue http://crbug.com/52801).
6217 Improved the profiler's coverage to cover more functions (issue 858).
6220 (issue http://crbug.com/54521).
6232 Fixed a bug with profiling RegExp calls (issue http://crbug.com/55999).
6250 Made Date.parse properly handle TZ offsets (issue 857).
6271 Fixed several JSON bugs (including issue 855).
6282 Object.prototype are changed (issue 842).
6320 Removed specialized handling of GCC 4.4 (issue 830).
6323 Egypt during the 2010 Ramadan (issue http://crbug.com/51855).
6330 Fixed build with strict aliasing on GCC 4.4 (issue 463).
6332 Fixed issue with incorrect handling of custom valueOf methods on
6333 string wrappers (issue 760).
6335 Fixed compilation for ARMv4 (issue 590).
6342 Reduced size of heap snapshots produced by heap profiler (issue 783).
6347 name is passed (issue http://crbug.com/51594).
6349 Introduced new indexed property query callbacks API (issue 816). This
6357 (issue 822).
6359 Allowed compiling with strict aliasing enabled on GCC 4.4 (issue 463).
6365 (issue 704).
6367 Object.seal and Object.freeze return the modified object (issue 809).
6385 Fixed error when using apply with arguments object on ARM (issue 784).
6389 Fixed an error affecting cached results of sin and cos (issue 792).
6393 Fixed issue where debugger could set breakpoints outside the body
6396 Fixed issue in debugger when using both live edit and step in features.
6401 Fixed an assert failure on X64 (issue 806).
6424 Fixed a bug with for-in applied to strings (issue 785).
6434 compilable function (issue http://crbug.com/49099).
6452 (issue 775).
6455 (issue 764).
6483 (issue 736).
6490 Fixed bug in externalizing some ASCII strings (Chromium issue 47824).
6492 Updated JSON.stringify to floor the space parameter (issue 753).
6506 Fixed bug with for-in on x64 platform (issue 748).
6508 Fixed crash bug on x64 platform (issue 756).
6510 Fixed bug in Object.getOwnPropertyNames. (chromium issue 41243).
6521 (issue 738).
6581 Fixed a compilation issue with some GCC versions (issue 727).
6589 strings (issue 599).
6634 Allowed Object.create to be called with a function (issue 697).
6637 non date string (issue 696).
6748 Fixed issue 650.
6750 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
6768 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853).
6786 Fixed string-concatenation bug (issue 636).
6795 Fixed a bug with register names on 64-bit V8 (issue 615).
6817 (issue 223).
6824 Improvement of debugger agent (issue 549 and 554).
6826 Fixed problem with skipped stack frame in profiles (issue 553).
6837 Fixed arithmetic on some integer constants (issue 580).
6862 to be allocated (issue 524).
6907 around for too long (issue 528).
6968 Fixed issue where we logged shared library addresses on Windows at
6998 Fixed a crash bug happening when starting profiling (issue
7145 Fixed a GC issue introduced in version 1.3.5.
7187 Fixed issue 417: incorrect %t placeholder expansion.
7215 Fixed issue 392.
7242 Allowed RegExp objects to be called as functions (issue 132).
7244 Fixed issue where global property cells would escape after
7253 Fixed issue 345 by avoiding duplicate escaping labels.
7278 Fixed issue 401.
7283 Fixed issue 397, issue 398, and issue 399.
7319 Fixed bug in exception message reporting (issue 390).
7396 Fixed handling of lastIndexOf called with negative index (issue 351).
7398 Fixed irregular crash in profiler test (issue 358).
7406 search (issue 349).
7428 number values in their prototype chain (issue 341).
7463 Fixed bug in array sorting for sparse arrays (issue 326).
7466 on Linux (issue 151).
7503 Fixed a number of bugs (in particular issue 315, issue 316,
7504 issue 317 and issue 318).
7529 Fixed issue 303 by avoiding to shortcut cons-symbols.
7534 Changed test-debug/ThreadedDebugging to be non-flaky (issue 96).
7537 the debugger (issue 269).
7555 getter (issue 298).
7631 to be ignored if using continue to break out of the loop (issue
7703 Fixed issue where test could not be run if there was a dot in the
7709 Fixed two crash-bugs in irregexp (issue 231 and 233).
7711 Fixed a number of minor bugs (issue 87, 227 and 228).
7725 failures (issue 224).
7728 eval (issue 221).
7761 Fixed string length bug on ARM (issue 171).
7845 Fixed bug in upper/lower case mappings (issue 149).
7893 implementation to C++ (issue 123).
7896 capacity before doing a garbage collection and fixed issue that
7897 would lead to artificial out of memory situations (issue 129).
7914 0.4.0 when splitting the global object in two parts (issue 120).
7916 Fixed issue 131 by checking for empty handles before throwing and
7926 in certain cases (issue 116).
7928 Added GetPropertyNames functionality (issue 33) and extra Date
7929 functions (issue 77) to the API.
7932 of a Persistent<Object> (issue 101).
7945 eval (issue 124).
7961 Improve the handling of out-of-memory situations (issue 70).
7983 Fixed code generation issue where leaving a finally block with
7985 stack (issue 86).
8014 Fixed more build issues (issue 80).
8020 (issue 85).
8035 would lead to an unbalanced stack (issue 69).
8038 expression impossible in certain situations (issue 24).
8065 Added utf-8 conversion support to the API (issue 57).
8075 and continue (issue 35).
8081 using a string as an array index (issue 32).
8084 sometimes ignored (issue 54).
8087 engines (issue 18).
8140 Fixed issue when building samples on Windows using a shared V8
8161 Fixed issue with building samples and cctests on 64-bit machines.