| .. |
|
BreakpointProbe.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
BreakpointProbe.h
|
78c7913bd8
JsRT Debugging APIs
|
hace 9 años |
|
CMakeLists.txt
|
23e5692be1
Fix TTD tests
|
hace 8 años |
|
Chakra.Runtime.Debug.vcxproj
|
c0723f4985
Moving RS4 changes to master
|
hace 7 años |
|
Chakra.Runtime.Debug.vcxproj.filters
|
23e5692be1
Fix TTD tests
|
hace 8 años |
|
DebugContext.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
DebugContext.h
|
191edc39de
Fix clang build breaks
|
hace 7 años |
|
DebugDocument.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
DebugDocument.h
|
1945e02ef9
TTD -- Updates to debug integration and log optimization.
|
hace 8 años |
|
DebugManager.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
DebugManager.h
|
a7c7b37bda
Debugging: Top frame should be the frame on which break happened
|
hace 9 años |
|
DebuggingFlags.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
DebuggingFlags.h
|
b9837810ce
marshal more to jit, fix couple synchronization bugs
|
hace 9 años |
|
DiagHelperMethodWrapper.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
DiagHelperMethodWrapper.h
|
ab7ee7d37c
xplat: keep uncaught exception object alive
|
hace 9 años |
|
DiagObjectModel.cpp
|
cbada71464
Remove special handling of function.length in RecyclableObjectWalker
|
hace 7 años |
|
DiagObjectModel.h
|
88155df9e6
Remove Simd.js related code
|
hace 8 años |
|
DiagProbe.cpp
|
1c68c73e59
[1.7>1.8] [MERGE #4195 @boingoing] Merge unreleased/rs3 to release/1.7
|
hace 8 años |
|
DiagProbe.h
|
036fe50c38
Merge unreleased/rs3 to release/1.7
|
hace 8 años |
|
DiagStackFrame.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
DiagStackFrame.h
|
a7c7b37bda
Debugging: Top frame should be the frame on which break happened
|
hace 9 años |
|
MutationBreakpoint.cpp
|
af97f3e4d4
Delete property opts
|
hace 9 años |
|
MutationBreakpoint.h
|
af97f3e4d4
Delete property opts
|
hace 9 años |
|
ProbeContainer.cpp
|
2ee13d2cf7
Newline at file ends
|
hace 7 años |
|
ProbeContainer.h
|
036fe50c38
Merge unreleased/rs3 to release/1.7
|
hace 8 años |
|
RuntimeDebugPch.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
hace 10 años |
|
RuntimeDebugPch.h
|
105b8f205f
Experimental: Introduce "lite" ChakraCore build
|
hace 8 años |
|
SourceContextInfo.cpp
|
c0723f4985
Moving RS4 changes to master
|
hace 7 años |
|
TTActionEvents.cpp
|
8661d4317e
Update JsInstanceOf to use OP_IsInst
|
hace 7 años |
|
TTActionEvents.h
|
f17c22c597
Add JSRT API JsLessThan and JsLessThanOrEqual (Fix #3568)
|
hace 8 años |
|
TTEventLog.cpp
|
781fd6701c
change GetSz to GetString where it's easy to
|
hace 7 años |
|
TTEventLog.h
|
d1fdc0ff77
Added explicit support for enable/disable auto-trace
|
hace 7 años |
|
TTEvents.cpp
|
781fd6701c
change GetSz to GetString where it's easy to
|
hace 7 años |
|
TTEvents.h
|
d1fdc0ff77
Added explicit support for enable/disable auto-trace
|
hace 7 años |
|
TTExecutionInfo.cpp
|
113b040be3
Fixes for step-back with async
|
hace 8 años |
|
TTExecutionInfo.h
|
dce88af538
Updates to support innerloop TTD.
|
hace 8 años |
|
TTInflateMap.cpp
|
95e0f4fa5c
Align annotations for GetAccessors functions.
|
hace 7 años |
|
TTInflateMap.h
|
972009a89e
ChakraCore fix for servicing release 18-02B: CVE-2018-0858
|
hace 8 años |
|
TTRuntimeInfoTracker.cpp
|
08de7d0018
Merge master into intl-icu
|
hace 8 años |
|
TTRuntimeInfoTracker.h
|
603007b228
Fix leak on top-level function load and bug in external function inflate.
|
hace 8 años |
|
TTSerialize.cpp
|
781fd6701c
change GetSz to GetString where it's easy to
|
hace 7 años |
|
TTSerialize.h
|
3bed0075eb
spelling: function changes
|
hace 10 años |
|
TTSerializeEnum.h
|
a091991198
Fixing missing serialization for new.target property in TTD
|
hace 8 años |
|
TTSnapObjects.cpp
|
9443400881
[1.10>master] [MERGE #5409 @mrkmarron] Fix for type sharing bug and core changes for leak fix.
|
hace 7 años |
|
TTSnapObjects.h
|
dbd57b33cc
Adding memory optimizations to promises
|
hace 7 años |
|
TTSnapTypes.cpp
|
3bed0075eb
spelling: function changes
|
hace 10 años |
|
TTSnapTypes.h
|
3bed0075eb
spelling: function changes
|
hace 10 años |
|
TTSnapValues.cpp
|
781fd6701c
change GetSz to GetString where it's easy to
|
hace 7 años |
|
TTSnapValues.h
|
972009a89e
ChakraCore fix for servicing release 18-02B: CVE-2018-0858
|
hace 8 años |
|
TTSnapshot.cpp
|
e3e1a360e5
[1.8>1.9] [MERGE #4676 @pleath] ChakraCore 2018-02 security updates
|
hace 8 años |
|
TTSnapshot.h
|
3bed0075eb
spelling: function changes
|
hace 10 años |
|
TTSnapshotExtractor.cpp
|
c0723f4985
Moving RS4 changes to master
|
hace 7 años |
|
TTSnapshotExtractor.h
|
972009a89e
ChakraCore fix for servicing release 18-02B: CVE-2018-0858
|
hace 8 años |
|
TTSupport.cpp
|
60b52c56be
Rename functions with *fatal* to *unrecoverable* so !analyze doesn't skip them when walking the stack
|
hace 7 años |
|
TTSupport.h
|
60b52c56be
Rename functions with *fatal* to *unrecoverable* so !analyze doesn't skip them when walking the stack
|
hace 7 años |