| .. |
|
AllocSizeMath.h
|
ea02779aab
Fix __declspec(guard(overflow)) for linux build
|
9 лет назад |
|
Api.cpp
|
2146c4de1b
Add an SFENCE following non temporal stores in js_memset_zero_nontemporal.
|
8 лет назад |
|
Api.h
|
4045cc4f43
Add non-temporal style memset to a dedicated function
|
9 лет назад |
|
Assertions.h
|
e1afa95a7d
Fix FailFast macro build break
|
9 лет назад |
|
AtomLockGuids.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
AutoFile.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
BasePtr.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
BinaryFeatureControl.cpp
|
7e09ef0f50
Merge branch 'master' into linux
|
10 лет назад |
|
BinaryFeatureControl.h
|
7e09ef0f50
Merge branch 'master' into linux
|
10 лет назад |
|
CMakeLists.txt
|
01bca900c6
xplat: combine static libraries
|
9 лет назад |
|
Chakra.Common.Core.vcxproj
|
02a02c3a59
Merge from unreleased/rs2 to release/1.4
|
9 лет назад |
|
CmdParser.cpp
|
6d74f63456
Add a NumberTrioSet argument type & use for statementdebugbreak
|
9 лет назад |
|
CmdParser.h
|
6d74f63456
Add a NumberTrioSet argument type & use for statementdebugbreak
|
9 лет назад |
|
CodexAssert.cpp
|
4cf0a41594
Add support in our Unicode library to encode surrogate pairs as UTF8
|
9 лет назад |
|
CommonCorePch.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
CommonCorePch.h
|
573fb6d5b5
QuickSort: improve perf. and move our custom qsort_s
|
9 лет назад |
|
CommonMinMax.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
CommonTypedefs.h
|
6a29d426ea
osx: enable temp disabled profiling/tracking features
|
9 лет назад |
|
ConfigFlagsTable.cpp
|
6d74f63456
Add a NumberTrioSet argument type & use for statementdebugbreak
|
9 лет назад |
|
ConfigFlagsTable.h
|
7b9b03a34a
Add option -debugbreakonphasebegin to break on a backend phase for given function
|
9 лет назад |
|
ConfigParser.cpp
|
8028e34556
Dev14 Migration: Removing the outdated flags
|
9 лет назад |
|
ConfigParser.h
|
dceadaa3ec
cross platform: ch runs on OSX and passes 1198 tests
|
9 лет назад |
|
CriticalSection.h
|
aca1ec1fb2
fix assertion on AuxPtr
|
9 лет назад |
|
DbgHelpSymbolManager.cpp
|
421e76637b
fix permissive C++ code (MSVC /permissive-)
|
9 лет назад |
|
DbgHelpSymbolManager.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
DelayLoadLibrary.cpp
|
ac56bc0561
Use Sections for OOP JIT
|
9 лет назад |
|
DelayLoadLibrary.h
|
ac56bc0561
Use Sections for OOP JIT
|
9 лет назад |
|
EtwTraceCore.cpp
|
9b249cd842
Enable ETW manifests for ChakraCore
|
9 лет назад |
|
EtwTraceCore.h
|
9b249cd842
Enable ETW manifests for ChakraCore
|
9 лет назад |
|
FaultInjection.cpp
|
b5e4c7f821
address review comment
|
9 лет назад |
|
FaultInjection.h
|
7d57b432b3
Install exception filters only once for FaultInjection
|
9 лет назад |
|
FaultTypes.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
FinalizableObject.h
|
5458771696
Prevent redeferral of FunctionBody's that are being processed when GC happens. Fix a class of bugs involving redeferral of functions that are being accessed by some runtime method that allocates memory, triggering GC and possibly redeferral. When a GC that will result in redeferral scans the stack, mark any FunctionBody's we find as having active references. Do this by for now adding a method to FinalizableObject and overriding it in FunctionBody. We'll replace this with a new object info bit if and when bits become available.
|
9 лет назад |
|
GlobalSecurityPolicy.cpp
|
02a02c3a59
Merge from unreleased/rs2 to release/1.4
|
9 лет назад |
|
GlobalSecurityPolicy.h
|
02a02c3a59
Merge from unreleased/rs2 to release/1.4
|
9 лет назад |
|
ICustomConfigFlags.h
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
Output.cpp
|
f053cae0ef
Merge remote-tracking branch 'origin/master' into 'linux'
|
9 лет назад |
|
Output.h
|
9ef8cbcd32
cross-platform: ChakraCore compiles against iOS x86_64
|
9 лет назад |
|
PerfCounter.cpp
|
47eab483b9
change top-level dir Lib back to lib
|
10 лет назад |
|
PerfCounter.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
PerfCounterImpl.cpp
|
f2ac5c77c5
Reenable and fix warning 4838 - conversion from 'unsigned int' to 'int' requires a narrowing conversion
|
9 лет назад |
|
PerfCounterSet.cpp
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
PerfCounterSet.h
|
cec0e9a84f
replace wchar_t/L"..." with char16/_u("...")
|
10 лет назад |
|
ProfileInstrument.cpp
|
5118104ae6
Fix arena access violation for -profile option
|
9 лет назад |
|
ProfileInstrument.h
|
5118104ae6
Fix arena access violation for -profile option
|
9 лет назад |
|
ProfileMemory.cpp
|
9ef8cbcd32
cross-platform: ChakraCore compiles against iOS x86_64
|
9 лет назад |
|
ProfileMemory.h
|
9ef8cbcd32
cross-platform: ChakraCore compiles against iOS x86_64
|
9 лет назад |
|
StackBackTrace.cpp
|
a9822845ba
enhance TraceRing, enable xplat STACK_BACK_TRACE
|
9 лет назад |
|
StackBackTrace.h
|
d7483b2feb
remove global operator new/delete override
|
9 лет назад |
|
SysInfo.cpp
|
2500e1cdc1
17-08 ChakraCore servicing release
|
8 лет назад |
|
SysInfo.h
|
2500e1cdc1
17-08 ChakraCore servicing release
|
8 лет назад |