[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / isolate.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-15 mvstantonReland VectorICs: ia32 store ics need a virtual register.
2015-09-14 machenbachRevert of VectorICs: ia32 store ics need a virtual...
2015-09-14 mvstantonVectorICs: ia32 store ics need a virtual register.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-27 yangguoMove (uppercase) JS builtins from js builtins object...
2015-08-24 mstarzingerMove StackGuard::InterruptRequested into StackLimitCheck.
2015-08-21 yangguoSmall MessageLocation related refactoring.
2015-08-17 hpayerRevert "Regularly check hash set addresses to verify...
2015-08-13 mstarzingerRemove inline header includes from non-inline headers...
2015-08-13 yangguoMove regexp implementation into its own folder.
2015-08-12 mstarzingerRemove inline header includes from non-inline headers...
2015-08-11 yangguoRewrite Error.prototype.toString in C++.
2015-08-10 rmcilroy[interpreter] Adds interpreter cctests.
2015-08-05 hpayerRetire StringTracker.
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-05 yangguoRevert of Remove serializer-specific hash table size...
2015-08-05 yangguoRemove serializer-specific hash table size heuristic.
2015-08-04 yangguoRevert of Remove serializer-specific hash table size...
2015-08-04 yangguoDebugger: refactor ScopeIterator, FrameInspector and...
2015-08-04 yangguoRemove serializer-specific hash table size heuristic.
2015-07-30 ulanAdd CancelableIdleTask.
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-17 binjiAtomics Futex API
2015-06-24 ishellEnsure there is some space on JS stack available for...
2015-06-24 dannoUse big-boy Types to annotate interface descriptor...
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-02 conradw[strong] create strong array literals
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-22 yangguoUse conservative hash table capacity growth during...
2015-05-19 svenpanneUse USE_SIMULATOR when appropriate.
2015-05-12 hpayerGet more debugging data when crashing in Deoptimizer...
2015-05-04 jarinRemove materialized objects on stack unwind.
2015-04-30 machenbachRevert of Wrap v8natives.js into a function. (patchset...
2015-04-30 yangguoWrap v8natives.js into a function.
2015-04-30 ulanAdd flag to print stack-trace after n allocations.
2015-04-29 jochenPass ArrayBuffer::Allocator via Isolate::CreateParams
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-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
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-01 erikcorryFix external-snapshot startup when snapshot is missing...
2015-03-25 mstarzingerSwitch full-codegen from StackHandlers to handler table.
2015-03-20 yangguoSerializer: cache hashmaps on the isolate.
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 mstarzingerRemove kind field from StackHandler.
2015-03-13 mstarzingerRemove some dead code from the Isolate.
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 mstarzingerSimplify and correctify pending message location handling.
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-25 yangguoAttach snapshot data blob to the isolate.
2015-02-24 yangguoRemove reinvented wheel for partial snapshot cache.
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-18 verwaestMove LookupResult into crankshaft as that's now the...
2015-02-17 vegorovCodeTracer should open file in binary mode to avoid...
2015-02-05 ulanAdd a flag to track detached contexts.
2015-02-03 kozyatinskiy[V8] Added line, column and script symbols for SyntaxError
2015-01-27 yangguoReland "Only use FreeSpace objects in the free list"
2015-01-27 yangguoRevert of Only use FreeSpace objects in the free list...
2015-01-27 yangguoOnly use FreeSpace objects in the free list.
2015-01-19 mstarzingerRemove exorbitant duplication of DebuggerHasBreakpoints.
2015-01-16 Sven PanneContribution of PowerPC port (continuation of 422063005)
2015-01-08 hpayerRegularly check hash set addresses to verify memory...
2014-12-20 alphSupport multiple interrupt requests in v8 API.
2014-12-15 jkummerowAdd infrastructure to keep track of references to proto...
2014-12-11 jochenremove Isolate::debugger_initialized_
2014-11-26 jochenDocument that Isolate::GetCurrent() must not be called...
2014-11-21 dcarneydump compiler stats from d8 on direct exit from js
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-07 jkummerow@chromium.orgAdd FLAG_trace_maps
2014-11-04 aandrey@chromium.orgFollow up to fix v8::Exception::GetMessage() actually...
2014-10-30 aandrey@chromium.orgIntroduce v8::Exception::GetMessage to find location...
2014-10-30 machenbach@chromiu... Reverting r25015 and r25016 for broken build.
2014-10-30 aandrey@chromium.orgIntroduce v8::Exception::GetMessage to find location...
2014-10-28 aandrey@chromium.orgGet stack trace for uncaught exceptions/promise rejecti...
2014-10-23 svenpanne@chromium.orgReland 'Simplify TurboFan's c1visualizer file handling.'
2014-10-23 dcarney@chromium.org[turbofan] split compilation stats off from HStatistics...
2014-10-23 svenpanne@chromium.orgRevert "Simplify TurboFan's c1visualizer file handling."
2014-10-23 svenpanne@chromium.orgSimplify TurboFan's c1visualizer file handling.
2014-10-23 dcarney@chromium.orgCleanup ConsStringIteratorOp.
2014-10-17 jkummerow@chromium.orgTick processor: Print C++ entry points
2014-10-14 jarin@chromium.org[turbofan] Output schedule, instructions and register...
next