[runtime] Initial step towards switching Execution::Call to callable.
[platform/upstream/v8.git] / src / execution.cc
2015-09-17 bmeurer[runtime] Initial step towards switching Execution...
2015-09-10 bmeurer[runtime] Move binary operator fallbacks into the runtime.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-24 mstarzingerMake Simulator respect C stack limits as well.
2015-08-24 mstarzingerMove StackGuard::InterruptRequested into StackLimitCheck.
2015-08-21 binjiSignal a blocked futex if the isolate is interrupted...
2015-08-14 yangguoNo longer use js builtins object as receiver for calls...
2015-08-10 bmeurer[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-10 verwaestFix keyed access of primitive objects in the runtime.
2015-06-02 verwaestRemove Execution::CharAt
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-28 jochenUpdate all callsites of the TryCatch ctor to pass an...
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-15 ulanMake climit and jslimit stack limits atomic.
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-03-20 ulanCheck for GC interrupt in JSON parser.
2015-02-24 yangguoReland "Correctly propagate terminate exception in...
2015-02-23 machenbachRevert of Correctly propagate terminate exception in...
2015-02-17 yangguoCorrectly propagate terminate exception in TryCall.
2015-02-09 jochenAdd a flag to over approximate the weak closure during GC
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-23 dcarneyReland "Call directly to c callbacks in Invoke instead...
2015-01-23 dcarneyRevert of Call directly to c callbacks in Invoke instea...
2015-01-22 dcarneyCall directly to c callbacks in Invoke instead of trans...
2015-01-19 jochenAdd missing if (FLAG_verify_heap) checks around heap...
2015-01-12 yangguoEmbed custom script into the snapshot.
2014-12-20 alphSupport multiple interrupt requests in v8 API.
2014-12-15 caitpotter88Use proper ToLength() operation in %ArrayConcat()
2014-10-20 yangguo@chromium.orgSpecial handling for inline caches in code serializer.
2014-10-13 yangguo@chromium.orgFix build failure.
2014-10-13 yangguo@chromium.orgAlways include full reloc info to stubs for serialization.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-26 bmeurer@chromium.orgReplace our homegrown ARRAY_SIZE() with Chrome's arrays...
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-03 ishell@chromium.orgStack overflow checkers are now compatible with ASAN...
2014-07-02 yangguo@chromium.orgReland "Add mechanism to postpone interrupts selectively."
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-30 yangguo@chromium.orgRevert "Add mechanism to postpone interrupts selectively."
2014-06-30 yangguo@chromium.orgAdd mechanism to postpone interrupts selectively.
2014-06-17 yangguo@chromium.orgInterrupts must not mask stack overflow.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-06-02 yangguo@chromium.orgSome more debugger-related refactorings.
2014-06-02 yangguo@chromium.orgRelease execution lock before dispatching interrupt...
2014-06-02 yangguo@chromium.orgSome debugger-related clean-ups and renamings.
2014-05-27 yangguo@chromium.orgMerge Debugger and Debug.
2014-05-27 jochen@chromium.orgReland 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgRevert 21502 - "Move OS::MemCopy and OS::MemMove out...
2014-05-26 jochen@chromium.orgMove OS::MemCopy and OS::MemMove out of platform to...
2014-05-26 hpayer@chromium.orgRemove high promotion mode.
2014-05-20 yangguo@chromium.orgReland "Simplify debugger state."
2014-05-20 vegorov@chromium.orgEnsure that interruptor callback registered through...
2014-05-19 adamk@chromium.orgMove microtask queueing logic from JavaScript to C++
2014-05-19 svenpanne@chromium.orgRevert "Simplify debugger state."
2014-05-16 yangguo@chromium.orgSimplify debugger state.
2014-05-14 yangguo@chromium.orgRemove DebuggerAgent.
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-05-12 yangguo@chromium.orgRevert "Revert interrupt handling code changed in r21208."
2014-05-12 yangguo@chromium.orgRevert interrupt handling code changed in r21208.
2014-05-09 yangguo@chromium.orgClean up stack guard interrupts.
2014-05-02 haraken@chromium.orgFix |RunMicrotasks()| leaking reference to the last...
2014-04-30 yangguo@chromium.orgKiss goodbye to MaybeObject.
2014-04-25 yangguo@chromium.orgAlways include debugger support.
2014-04-25 yangguo@chromium.orgTrigger debug event on not yet caught exception in...
2014-04-23 yangguo@chromium.orgClean up some uses of Failures and MaybeObjects.
2014-04-22 yangguo@chromium.orgReturn Object* instead of MaybeObject* from runtime...
2014-04-15 yangguo@chromium.orgRemove assertion from callers of TryCall.
2014-04-11 yangguo@chromium.orgReland "Handlify GetProperty."
2014-04-11 yangguo@chromium.orgRevert "Handlify GetProperty."
2014-04-11 yangguo@chromium.orgHandlify GetProperty.
2014-04-11 yangguo@chromium.orgReturn MaybeHandle from Invoke.
2014-04-01 yurys@chromium.orgRemove debugger_auto_break flag
2014-03-31 bmeurer@chromium.orgCleanup bootstrapper, execution and factory modules.
2014-03-28 yangguo@chromium.orgClean up some "GetProperty" methods/functions.
2014-03-24 yangguo@chromium.orgReland "Remove Failure::OutOfMemory propagation and...
2014-03-24 yangguo@chromium.orgRevert "Remove Failure::OutOfMemory propagation and...
2014-03-24 yangguo@chromium.orgRemove Failure::OutOfMemory propagation and V8::IgnoreO...
2014-03-20 yangguo@chromium.orgHandlify callers to GetElementNoException.
2014-03-19 yangguo@chromium.orgIntroduce API to trigger exception on JS execution.
2014-03-19 yangguo@chromium.orgIntroduce per-isolate assert scopes and API to guard...
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2014-02-17 hpayer@chromium.orgAdded a special stack guard to deopt marked allocation...
2014-02-12 rafaelw@chromium.orgV8 Microtask Queue & API
2014-01-16 hpayer@chromium.orgDeopt marked code at safe deoptimization point when...
2013-12-19 vegorov@chromium.orgTry fixing NaCl V8 compilation failure by initializing...
2013-12-19 vegorov@chromium.orgReland r18363.
2013-12-18 vegorov@chromium.orgRevert "Introduce API to temporarily interrupt long...
2013-12-18 vegorov@chromium.orgIntroduce API to temporarily interrupt long running...
2013-11-27 rossberg@chromium.orgHarmony promises
next