Commits
User selector
Commit History
Commits on Jul 14, 2021
[refactor] Introduce dedicated WasmScript::SetBreakPointOnEntry().
Show description for 95b2f02authored andcommitted
Commits on Jul 7, 2021
Promises: Add is_silent flag and ignore rejects when it is set
Show description for f5fa069authored andcommitted
Commits on Jul 6, 2021
[runtime] Add debugger RCS scopes
Show description for b8b3e75authored andcommitted
Commits on Jul 5, 2021
Remove dead code around catch scope for desugaring
Show description for 36d4e8eauthored andcommitted
[inspector] Add `throwOnSideEffect` to `Runtime.callFunctionOn`.
Show description for 32328edauthored andcommitted
[debug] skip some work when exception events are not enabled
Show description for ef65e93authored andcommitted
Commits on Jul 2, 2021
Revert "[build] Separate out inspector as a shared library"
Show description for 50fb0a2authored andcommitted
[build] Separate out inspector as a shared library
Show description for 92bfb63authored andcommitted
Commits on Jul 1, 2021
Fix most instances of -Wunreachable-code-aggressive.
Show description for ae1eee1authored andcommitted
Commits on Jun 29, 2021
Add constructor to WasmValueObjects
Show description for 4d43ab0authored andcommitted
Commits on Jun 23, 2021
[runtime] Fix spec violation in Object.defineProperties
Show description for 939ee79authored andcommitted
Commits on Jun 22, 2021
[base] Create base/strings.h
Show description for 9010201authored andcommitted
[debug] Default to last break index.
Show description for 01605d5authored andcommitted
Commits on Jun 21, 2021
[isolate][cleanup] Remove pointer to WasmEngine
Show description for fa3cd68authored andcommitted
Commits on Jun 18, 2021
[base] Move utils/vector.h to base/vector.h
Show description for 7f5383eauthored andcommitted
Commits on Jun 17, 2021
[interpreter] Remove %_Call
Show description for a71ab76authored andcommitted
[interpreter] Remove unused interpreter intrinsics
Show description for 863a2d6authored andcommitted
Expose WeakMap::Delete on debug interface
Show description for 0fe26efauthored andcommitted
Commits on Jun 15, 2021
[compiler] Add TSAN support for generated code tagged loads
Show description for 9468be4authored andcommitted
Commits on Jun 14, 2021
[runtime] Rename Builtins::Name to Builtin 2/2
Show description for 407317aauthored andcommitted
[compiler] Add TSAN support for generated code movb and movw
Show description for f5cd2bfauthored andcommitted
Commits on Jun 11, 2021
[build] Reduce size of inline header cycles
Show description for c26965bauthored andcommitted
Commits on Jun 10, 2021
Revert to use memcpy instead of base::Memcpy
Show description for 0395c42authored andcommitted
[debug] Consistent Step-In behavior for generator functions.
Show description for 887bacaauthored andcommitted
Commits on Jun 9, 2021
[wasm-gc][inspector] Fix handling of very long type names
Show description for 54bf455authored andcommitted
Commits on Jun 7, 2021
[runtime] Rename Builtins::Name to Builtin 1/2
Show description for 8ab75a5authored andcommitted
[compiler] Better encapsulation of the TSAN Relaxed codegen stores
Show description for 966705eauthored andcommitted
Commits on Jun 1, 2021
[debug][cleanup] Use consistent StepInto and StepOver naming.
Show description for 3740764authored andcommitted
Commits on May 31, 2021
[Object.hasOwn] Implementation Object.hasOwn tc39 proposal
Show description for 456855aauthored andcommitted
Commits on May 26, 2021
[codegen] Use separate TSANRelaxedStore stubs
Show description for 59d158dauthored andcommitted
Commits on May 25, 2021
Reland "[codegen] Use builtin calls for TSANRelaxedStore"
Show description for 990fb2fauthored andcommitted
[debug] Store blocklist on ScopeInfo for DebugEvaluate contexts.
Show description for 99d7675authored andcommitted
Commits on May 21, 2021
Remove one-shot function optimizations.
Show description for 55cbb2cauthored andcommitted
Commits on May 20, 2021
[cleanup] Remove synchronized_ from slot_count and used accessors
Show description for 4636b43authored andcommitted
[wasm][debug] Provide WebAssembly Table entries to DevTools
Show description for 6d08c94authored andcommitted