projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[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...
blob
|
commitdiff
|
raw
2015-09-10
bmeurer
[runtime] Move binary operator fallbacks into the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
bmeurer
[es6] Initial steps towards a correct implementation...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-01
mstarzinger
Make isolate.h usable without objects-inl.h header.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-28
bmeurer
[es6] Implement spec compliant ToPrimitive in the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-24
mstarzinger
Make Simulator respect C stack limits as well.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-24
mstarzinger
Move StackGuard::InterruptRequested into StackLimitCheck.
blob
|
commitdiff
|
raw
|
diff to current
2015-08-21
binji
Signal a blocked futex if the isolate is interrupted...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-14
yangguo
No longer use js builtins object as receiver for calls...
blob
|
commitdiff
|
raw
|
diff to current
2015-08-10
bmeurer
[runtime] Simplify TO_INT32/TO_UINT32 abstract operations.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
bmeurer
[stubs] Unify (and optimize) implementation of ToObject.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-10
verwaest
Fix keyed access of primitive objects in the runtime.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
verwaest
Remove Execution::CharAt
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
erikcorry
Cosmetic changes to tests to make it easier to concaten...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
jochen
Update all callsites of the TryCatch ctor to pass an...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-21
svenpanne
Removed src/{isolate,property-details,utils}-inl.h
blob
|
commitdiff
|
raw
|
diff to current
2015-04-17
yangguo
Reland "Migrate error messages, part 2."
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
machenbach
Revert of Migrate error messages, part 2. (patchset...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
yangguo
Migrate error messages, part 2.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
ulan
Make climit and jslimit stack limits atomic.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
jochen
Reland "Remove support for thread-based recompilation"
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
jochen
Revert of Reland "Remove support for thread-based recom...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
jochen
Reland "Remove support for thread-based recompilation"
blob
|
commitdiff
|
raw
|
diff to current
2015-04-08
yangguo
Revert of Remove support for thread-based recompilation...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-07
Jochen Eisinger
Remove support for thread-based recompilation
blob
|
commitdiff
|
raw
|
diff to current
2015-03-20
ulan
Check for GC interrupt in JSON parser.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-24
yangguo
Reland "Correctly propagate terminate exception in...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-23
machenbach
Revert of Correctly propagate terminate exception in...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
yangguo
Correctly propagate terminate exception in TryCall.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-09
jochen
Add a flag to over approximate the weak closure during GC
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
dcarney
Move the contents of api-natives.js to c++
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
marja
Introduce LanguageMode, drop StrictMode.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
dcarney
Reland "Call directly to c callbacks in Invoke instead...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
dcarney
Revert of Call directly to c callbacks in Invoke instea...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-22
dcarney
Call directly to c callbacks in Invoke instead of trans...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-19
jochen
Add missing if (FLAG_verify_heap) checks around heap...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-12
yangguo
Embed custom script into the snapshot.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-20
alph
Support multiple interrupt requests in v8 API.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
caitpotter88
Use proper ToLength() operation in %ArrayConcat()
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
yangguo@chromium.org
Special handling for inline caches in code serializer.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
yangguo@chromium.org
Fix build failure.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
yangguo@chromium.org
Always include full reloc info to stubs for serialization.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
yangguo@chromium.org
Do not expose termination exceptions to the Exception...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-26
bmeurer@chromium.org
Replace our homegrown ARRAY_SIZE() with Chrome's arrays...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
bmeurer@chromium.org
Rename ASSERT* to DCHECK*.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-03
ishell@chromium.org
Stack overflow checkers are now compatible with ASAN...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-02
yangguo@chromium.org
Reland "Add mechanism to postpone interrupts selectively."
blob
|
commitdiff
|
raw
|
diff to current
2014-07-01
verwaest@chromium.org
Clean up the global object naming madness.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
yangguo@chromium.org
Revert "Add mechanism to postpone interrupts selectively."
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
yangguo@chromium.org
Add mechanism to postpone interrupts selectively.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-17
yangguo@chromium.org
Interrupts must not mask stack overflow.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
jochen@chromium.org
Use full include paths everywhere
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
yangguo@chromium.org
Some more debugger-related refactorings.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
yangguo@chromium.org
Release execution lock before dispatching interrupt...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
yangguo@chromium.org
Some debugger-related clean-ups and renamings.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
yangguo@chromium.org
Merge Debugger and Debug.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
jochen@chromium.org
Reland 21502 - "Move OS::MemCopy and OS::MemMove out...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
jochen@chromium.org
Revert 21502 - "Move OS::MemCopy and OS::MemMove out...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
jochen@chromium.org
Move OS::MemCopy and OS::MemMove out of platform to...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-26
hpayer@chromium.org
Remove high promotion mode.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-20
yangguo@chromium.org
Reland "Simplify debugger state."
blob
|
commitdiff
|
raw
|
diff to current
2014-05-20
vegorov@chromium.org
Ensure that interruptor callback registered through...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-19
adamk@chromium.org
Move microtask queueing logic from JavaScript to C++
blob
|
commitdiff
|
raw
|
diff to current
2014-05-19
svenpanne@chromium.org
Revert "Simplify debugger state."
blob
|
commitdiff
|
raw
|
diff to current
2014-05-16
yangguo@chromium.org
Simplify debugger state.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-14
yangguo@chromium.org
Remove DebuggerAgent.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
yangguo@chromium.org
Clean up debugger flags.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
yangguo@chromium.org
Revert "Revert interrupt handling code changed in r21208."
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
yangguo@chromium.org
Revert interrupt handling code changed in r21208.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-09
yangguo@chromium.org
Clean up stack guard interrupts.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-02
haraken@chromium.org
Fix |RunMicrotasks()| leaking reference to the last...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
yangguo@chromium.org
Kiss goodbye to MaybeObject.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
yangguo@chromium.org
Always include debugger support.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
yangguo@chromium.org
Trigger debug event on not yet caught exception in...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
yangguo@chromium.org
Clean up some uses of Failures and MaybeObjects.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
yangguo@chromium.org
Return Object* instead of MaybeObject* from runtime...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
yangguo@chromium.org
Remove assertion from callers of TryCall.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
yangguo@chromium.org
Reland "Handlify GetProperty."
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
yangguo@chromium.org
Revert "Handlify GetProperty."
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
yangguo@chromium.org
Handlify GetProperty.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-11
yangguo@chromium.org
Return MaybeHandle from Invoke.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-01
yurys@chromium.org
Remove debugger_auto_break flag
blob
|
commitdiff
|
raw
|
diff to current
2014-03-31
bmeurer@chromium.org
Cleanup bootstrapper, execution and factory modules.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
yangguo@chromium.org
Clean up some "GetProperty" methods/functions.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-24
yangguo@chromium.org
Reland "Remove Failure::OutOfMemory propagation and...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-24
yangguo@chromium.org
Revert "Remove Failure::OutOfMemory propagation and...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-24
yangguo@chromium.org
Remove Failure::OutOfMemory propagation and V8::IgnoreO...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-20
yangguo@chromium.org
Handlify callers to GetElementNoException.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-19
yangguo@chromium.org
Introduce API to trigger exception on JS execution.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-19
yangguo@chromium.org
Introduce per-isolate assert scopes and API to guard...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
rossberg@chromium.org
Eliminate extended mode, and other modes clean-up
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
rossberg@chromium.org
Mode clean-up pt 1: rename classic/non-strict mode...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-17
hpayer@chromium.org
Added a special stack guard to deopt marked allocation...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
rafaelw@chromium.org
V8 Microtask Queue & API
blob
|
commitdiff
|
raw
|
diff to current
2014-01-16
hpayer@chromium.org
Deopt marked code at safe deoptimization point when...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-19
vegorov@chromium.org
Try fixing NaCl V8 compilation failure by initializing...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-19
vegorov@chromium.org
Reland r18363.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-18
vegorov@chromium.org
Revert "Introduce API to temporarily interrupt long...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-18
vegorov@chromium.org
Introduce API to temporarily interrupt long running...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-27
rossberg@chromium.org
Harmony promises
blob
|
commitdiff
|
raw
|
diff to current
next