Revert of Remove property loads from js builtins objects from runtime. (patchset...
[platform/upstream/v8.git] / src / isolate.cc
2015-08-17 hablichRevert of Remove property loads from js builtins object...
2015-08-17 yangguoRemove property loads from js builtins objects from...
2015-08-17 rmcilroy[Interpreter] Move interpreter initialization until...
2015-08-14 yangguoClean up native context slots and add new ones.
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-10 rmcilroy[interpreter] Fix nosnap build for interpreter table...
2015-08-10 mstarzinger[heap] Avoid overzealous inclusion of heap internal...
2015-08-05 hpayerRetire StringTracker.
2015-08-05 mstarzingerFully deprecate FixedArray::CopySize method.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 ulanAdd CancelableIdleTask.
2015-07-27 adamkRemove old TODO and commented-out DCHECK in Isolate...
2015-07-23 rmcilroy[interpreter] Add basic framework for bytecode handler...
2015-07-20 epertosoDon't run the second pass of the pending phantom callba...
2015-07-15 verwaestCleanup element normalization logic
2015-07-13 dannoCreate a internal native context used only for TF-gener...
2015-07-01 yangguoDebugger: ensure that break points are set in code...
2015-06-24 ishellEnsure there is some space on JS stack available for...
2015-06-16 wingoAll private symbols are own symbols
2015-06-10 adamkIncrease the chance of printing a useful error when...
2015-06-08 erikcorryRevert of Only record one in n line endings to save...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-08 erikcorryOnly record one in n line endings to save space.
2015-06-05 ulanPrint and save JS stacktrace on OOM crash.
2015-06-05 ishellA couple of other "stack overflow" vs. "has_pending_exc...
2015-06-02 conradw[strong] create strong array literals
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-29 ishellReland "Fixed a couple of failing DCHECK(has_pending_ex...
2015-05-29 yangguoDebugger: consider try-finally scopes not catching...
2015-05-28 yangguoDo not eagerly convert exception to string when creatin...
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-20 svenpanneFixed various simulator-related space leaks.
2015-05-18 arv[strong] Fix super in strong classes
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-12 hpayerGet more debugging data when crashing in Deoptimizer...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-11 erikcorryPostpone counters triggered during GC, and use a Handle...
2015-05-05 yangguoCorrectly accept already preprocessed stack traces.
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 yangguoDisable stack trace preprocessing.
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-30 ulanAdd flag to print stack-trace after n allocations.
2015-04-28 yangguoReland: Preprocess structured stack trace on GC to...
2015-04-27 dslomovRevert of Preprocess structured stack trace on GC to...
2015-04-27 yangguoPreprocess structured stack trace on GC to get rid...
2015-04-27 mvstantonDon't MISS if you read the hole from certain FastHoley...
2015-04-23 mvstantonEmpty Array prototype elements protection needs to...
2015-04-22 machenbachRevert of Revert of Protect the emptiness of Array...
2015-04-22 mvstantonRevert of Protect the emptiness of Array prototype...
2015-04-22 mvstantonProtect the emptiness of Array prototype elements with...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-20 yangguoThrow when attaching a stack trace to an object fails.
2015-04-17 jkummerowBump limit in PushStackTraceAndDie
2015-04-16 jkummerowDon't crash when reporting an access check failure...
2015-04-16 ulanUse atomic operation to read the length of a fixed...
2015-04-15 jochenRemove support for specifying the number of available...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-14 jochenRevert of Reland "Remove support for thread-based recom...
2015-04-14 jochenReland "Remove support for thread-based recompilation"
2015-04-08 yangguoRevert of Remove support for thread-based recompilation...
2015-04-07 Jochen EisingerRemove support for thread-based recompilation
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-04-07 yangguoAlways update raw pointers when handling interrupts...
2015-03-27 yangguoSerializer: move to a subfolder and clean up includes.
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-20 yangguoSerializer: cache hashmaps on the isolate.
2015-03-19 ulanAdd debug checks to catch crashes with WeakCell::cast().
2015-03-19 mstarzingerRevert of Cleanup and unify Isolate::ReportPendingMessa...
2015-03-18 mstarzingerCleanup and unify Isolate::ReportPendingMessages.
2015-03-18 mstarzingerRemove kind field from StackHandler.
2015-03-16 mstarzingerRevert of Remove kind field from StackHandler. (patchse...
2015-03-16 ulanFix data race in Isolate::CheckDetachedContextsAfterGC
2015-03-16 mstarzingerRemove kind field from StackHandler.
2015-03-13 kozyatinskiy[V8] Use Function.name in Error.stack
2015-03-12 mstarzingerSimplify pending message object handling.
2015-03-11 mstarzingerRemove superfluous ThreadLocalTop::catcher field.
2015-03-11 mstarzingerSimplify pending message script handling.
2015-03-10 mstarzingerRemove frame pointer from StackHandler.
2015-03-10 mstarzingerSimplify and correctify pending message location handling.
2015-03-10 mstarzingerRemove code object from StackHandler.
2015-03-09 yangguoSimplify promise event on throw handling.
2015-03-05 kozyatinskiy[V8] Use Function.name for stack frames in v8::StackTrace
2015-03-05 mstarzinger[turbofan] Implement throwing exceptions into TurboFan...
2015-03-04 yangguoRevert of Remove default value for number of threads...
2015-03-04 yangguoRemove default value for number of threads in Isolate...
2015-03-03 mstarzingerMove stack unwinding logic into the runtime.
2015-02-27 mstarzingerRemove obsolete Isolate::DoThrow helper.
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-02-24 yangguoRemove reinvented wheel for partial snapshot cache.
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-18 ulanFix sampling of V8.DetachedContextAgeInGC histogram.
2015-02-18 verwaestMove LookupResult into crankshaft as that's now the...
2015-02-17 ulanAdd historgram for number of GC needed to collect a...
2015-02-17 loisloCpuProfile: rename HSourcePosition to SourcePosition...
next