| .. |
|
AuxPtrs.h
|
e2e684f23e
fix the order on setting write barrier bits
|
9 лет назад |
|
CMakeLists.txt
|
061290eb53
Add FunctionExecutionStateMachine to CMakeList for non-Windows builds
|
8 лет назад |
|
CallInfo.cpp
|
0afdd4db23
Enabling large argCount in debugger scenarios
|
8 лет назад |
|
CallInfo.h
|
46c98f0645
[CVE-2018-0931] CallInfo.Count converted to wrong type while passed as function parameter - Individual
|
8 лет назад |
|
Chakra.Runtime.Base.vcxproj
|
eca9e4b767
Introduce FunctionExecutionStateMachine class
|
8 лет назад |
|
CharStringCache.cpp
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 лет назад |
|
CharStringCache.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 лет назад |
|
CompactCounters.h
|
a08db57cc9
consolidate function body counters background thread access guard
|
9 лет назад |
|
Constants.cpp
|
178f8f6e2c
fix legacy builds
|
9 лет назад |
|
Constants.h
|
dbdc3f8d83
Code Quality: Replace usage of _M_IX86_OR_ARM32 and _M_X64_OR_ARM64 with TARGET_32 and TARGET_64
|
8 лет назад |
|
CrossSite.cpp
|
1b56f9fedf
[CVE-2018-8133] Edge - Chakra: Type confusion with EntrySimpleObjectSlotGetter
|
7 лет назад |
|
CrossSite.h
|
2f572ce23c
Do not CrossSite::MarshalVar if scriptContext == requestContext
|
8 лет назад |
|
CrossSiteObject.h
|
2cfb2561df
Integer indexed exotic object behavior
|
9 лет назад |
|
Debug.cpp
|
6d0f5de1e0
[CVE-2018-0934] Chakra JIT - Incomplete fix for MSRC-41913 #2 - Google, Inc.
|
8 лет назад |
|
Debug.h
|
4f93a9d8ce
JIT: to compile on Linux
|
9 лет назад |
|
DelayLoadLibrary.cpp
|
e4d3a1b07e
Partial implementation of Intl with ICU for Windows and xplat.
|
8 лет назад |
|
DelayLoadLibrary.h
|
e4d3a1b07e
Partial implementation of Intl with ICU for Windows and xplat.
|
8 лет назад |
|
Entropy.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
Entropy.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
EtwTrace.cpp
|
6756e7d8fb
Enable support for ETW events on xplat via LTTng
|
8 лет назад |
|
EtwTrace.h
|
484fae8d61
fix etw logging for very long name function loop body
|
8 лет назад |
|
Exception.cpp
|
036fe50c38
Merge unreleased/rs3 to release/1.7
|
8 лет назад |
|
Exception.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
ExpirableObject.cpp
|
925076a9f2
clear expirableObjectDisposeList on DisposeObjects
|
9 лет назад |
|
ExpirableObject.h
|
10c6be4c1b
swb: check base classes, annotations 4
|
9 лет назад |
|
FunctionBody.cpp
|
8cf80e378c
[1.8>1.9] [MERGE #4666 @leirocks] fix missing function table clearing for loop body cleanup
|
8 лет назад |
|
FunctionBody.h
|
e1049e5336
resolve issue with SWB
|
8 лет назад |
|
FunctionExecutionStateMachine.cpp
|
7403e5f9a7
Simplify FunctionExecutionStateMachine::TryTransitionToNextExecutionMode
|
8 лет назад |
|
FunctionExecutionStateMachine.h
|
7403e5f9a7
Simplify FunctionExecutionStateMachine::TryTransitionToNextExecutionMode
|
8 лет назад |
|
FunctionInfo.cpp
|
4378b6a971
Devirtualize FunctionInfo
|
8 лет назад |
|
FunctionInfo.h
|
4378b6a971
Devirtualize FunctionInfo
|
8 лет назад |
|
JnDirectFields.h
|
64060aace0
Collect the encoded buffer of the RPC data to try to repro backend crash/asserts
|
8 лет назад |
|
LeaveScriptObject.cpp
|
8b237f864a
MSFT:15176668: Port remote stack walker fix
|
8 лет назад |
|
LeaveScriptObject.h
|
8b237f864a
MSFT:15176668: Port remote stack walker fix
|
8 лет назад |
|
LineOffsetCache.cpp
|
6eb44575a5
Byte code size and serialized byte code size optimizations (15-20% serialized byte code size reduction)
|
8 лет назад |
|
LineOffsetCache.h
|
6eb44575a5
Byte code size and serialized byte code size optimizations (15-20% serialized byte code size reduction)
|
8 лет назад |
|
PerfHint.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
PerfHint.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
PerfHintDescriptions.h
|
5186da0f96
Disabling StackArgs when the source is inside eval expression
|
9 лет назад |
|
PropertyRecord.cpp
|
4efbffbc2d
[1.7>master] [MERGE #3501 @obastemur] Perf Improvements
|
8 лет назад |
|
PropertyRecord.h
|
3be2bc54a0
fix build break r1.9
|
8 лет назад |
|
RegexPatternMruMap.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
RuntimeBasePch.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
RuntimeBasePch.h
|
29b573a9f7
Introduce FunctionExecutionTest unittest
|
8 лет назад |
|
ScriptContext.cpp
|
865f63bd26
[1.8>1.9] [MERGE #5116 @MSLaguana] ChakraCore 2018-05 security updates
|
7 лет назад |
|
ScriptContext.h
|
e7945af187
[1.8>1.9] [MERGE #4667 @pleath] MSFT:15176668: Port remote stack walker fix
|
8 лет назад |
|
ScriptContextBase.h
|
b4b5287c29
Fix leak in JSRT
|
9 лет назад |
|
ScriptContextInfo.h
|
a969f6abfe
Implement the prototype of JS built in Array.prototype.indexOf
|
8 лет назад |
|
ScriptContextOptimizationOverrideInfo.cpp
|
4fe784767f
bug fix for ES5 Array
|
9 лет назад |
|
ScriptContextOptimizationOverrideInfo.h
|
4fe784767f
bug fix for ES5 Array
|
9 лет назад |
|
ScriptContextProfiler.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
ScriptContextProfiler.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
ScriptMemoryDumper.cpp
|
3bc04870e6
some pageheap fixes
|
8 лет назад |
|
ScriptMemoryDumper.h
|
db7248b35e
Reenable and fix warning 4091 - ignore on left of '<type>' when no variable is declared
|
9 лет назад |
|
SourceContextInfo.cpp
|
105b8f205f
Experimental: Introduce "lite" ChakraCore build
|
8 лет назад |
|
SourceContextInfo.h
|
105b8f205f
Experimental: Introduce "lite" ChakraCore build
|
8 лет назад |
|
SourceHolder.cpp
|
c91129d377
swb: avoid write barrier for global static data
|
9 лет назад |
|
SourceHolder.h
|
960f8e34d0
Update hashing algorithm to FNV-1a
|
8 лет назад |
|
StackProber.cpp
|
2d862feb0f
checkpoint on refactor to get in proc jit working again
|
9 лет назад |
|
StackProber.h
|
2d862feb0f
checkpoint on refactor to get in proc jit working again
|
9 лет назад |
|
TempArenaAllocatorObject.cpp
|
ca71e7c368
Fix OOM handling in TempArenaAllocator
|
9 лет назад |
|
TempArenaAllocatorObject.h
|
c6bf63b2d6
swb: annotate nested field type, union
|
9 лет назад |
|
TestEtwEventSink.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
TestEtwEventSink.h
|
421e76637b
fix permissive C++ code (MSVC /permissive-)
|
9 лет назад |
|
ThreadBoundThreadContextManager.cpp
|
e29501c814
JSRT staticlib shutdown partial fix
|
9 лет назад |
|
ThreadBoundThreadContextManager.h
|
e29501c814
JSRT staticlib shutdown partial fix
|
9 лет назад |
|
ThreadConfigFlagsList.h
|
f7bcf68cfd
Disable dynamic import and put it behind the flag.
|
8 лет назад |
|
ThreadContext.cpp
|
865f63bd26
[1.8>1.9] [MERGE #5116 @MSLaguana] ChakraCore 2018-05 security updates
|
7 лет назад |
|
ThreadContext.h
|
865f63bd26
[1.8>1.9] [MERGE #5116 @MSLaguana] ChakraCore 2018-05 security updates
|
7 лет назад |
|
ThreadContextInfo.cpp
|
225360e939
Fix ARM cfg registration asserts.
|
8 лет назад |
|
ThreadContextInfo.h
|
7cb85ae5e4
[1.8>1.9] [MERGE #4785 @MikeHolman] Different CRTs declare ceil/floor with different calling conventions, so use our own
|
8 лет назад |
|
ThreadContextTlsEntry.cpp
|
e75f73be44
threadContext: improve JsSetCurrentContext calls
|
8 лет назад |
|
ThreadContextTlsEntry.h
|
855e3e26c8
[MERGE #1916 @obastemur] Implement ThreadContextTLSEntry Win+Xplat separately
|
9 лет назад |
|
ThreadServiceWrapper.h
|
6100c14373
linux: partially builds lib/Runtime/Base
|
10 лет назад |
|
ThreadServiceWrapperBase.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
ThreadServiceWrapperBase.h
|
6100c14373
linux: partially builds lib/Runtime/Base
|
10 лет назад |
|
Utf8SourceInfo.cpp
|
6eb44575a5
Byte code size and serialized byte code size optimizations (15-20% serialized byte code size reduction)
|
8 лет назад |
|
Utf8SourceInfo.h
|
4efbffbc2d
[1.7>master] [MERGE #3501 @obastemur] Perf Improvements
|
8 лет назад |
|
VTuneChakraProfile.cpp
|
484fae8d61
fix etw logging for very long name function loop body
|
8 лет назад |
|
VTuneChakraProfile.h
|
484fae8d61
fix etw logging for very long name function loop body
|
8 лет назад |
|
WindowsFoundationAdapter.cpp
|
7453224eec
Clean up inline usage
|
10 лет назад |
|
WindowsFoundationAdapter.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
WindowsGlobalizationAdapter.cpp
|
c501bef92c
Refactor remainder of IcuIntlAdapter into PlatformAgnostic::Intl
|
8 лет назад |
|
WindowsGlobalizationAdapter.h
|
9819f3a571
Clean up tests, fix NumberFormatOptions test with ICU
|
8 лет назад |
|
ittnotify_config.h
|
cb0eaef2ae
Use WCHAR instead of wchar_t
|
9 лет назад |
|
ittnotify_types.h
|
9273a9239b
Decouple VTune and ETW Trace, enable VTune JIT profiling on ChakraCore.
|
9 лет назад |
|
jitprofiling.cpp
|
8c51d59666
Disable TVS warning 38020 in jitprofiling.cpp
|
9 лет назад |
|
jitprofiling.h
|
206691dd3b
Fix typos
|
8 лет назад |