hermes-windows/unittests/VMRuntime
Vladimir Morozov 4657e24da3
Merge facebook/hermes version RN 0.74.2 and update JSI (#187)
* Integrate hermes-0.74.2

* Update JSI

* Set the default JSI version to 11
2024-06-07 17:10:09 -07:00
..
Instrumentation
AdditionalSlots.h Restore anonymous internal properties 2022-03-29 11:29:05 -07:00
AlignedHeapSegmentTest.cpp Simplify AlignedHeapSegment 2022-07-20 21:57:38 -07:00
AlignedStorageTest.cpp
ArrayStorageTest.cpp Take GC by reference 2022-04-03 07:36:02 -07:00
ArrayTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
Base64UtilTest.cpp Merge facebook/hermes version RN 0.74.2 and update JSI (#187) 2024-06-07 17:10:09 -07:00
BigIntPrimitiveTest.cpp Runtime as the first argument 2022-07-11 19:13:07 -07:00
BytecodeProviderTest.cpp Build hermes with C++17 2022-03-15 12:44:46 -07:00
CMakeLists.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
CallResultTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
CardObjectBoundaryNCTest.cpp Simplify AlignedHeapSegment 2022-07-20 21:57:38 -07:00
CardTableNCTest.cpp
CastingTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
CodeCoverageProfilerTest.cpp Apply pointer encryption to JSFunction::codeBlock_ 2022-07-13 14:11:35 -07:00
CopyableVectorTest.cpp Take GC by reference 2022-04-03 07:36:02 -07:00
CrashManagerTest.cpp Adjust CrashManagerTest.HeapExtentsCorrect expectations 2022-07-12 13:06:56 -07:00
DateUtilTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
DecoratedObjectTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
DictPropertyMapTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
EmptyCell.h Remove unused GCCell constructor arguments 2022-03-23 09:20:21 -07:00
FPContractTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
GCBasicsTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
GCFinalizerTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
GCFragmentationTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
GCGuardPageNCTest.cpp Add contiguous version of compressed pointers 2022-04-08 09:01:56 -07:00
GCInitTest.cpp
GCLazySegmentNCTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
GCOOMTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
GCObjectIterationTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
GCReturnUnusedMemoryTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
GCSanitizeHandlesTest.cpp Add PointerBase/Runtime parameters to WeakRef(Slot) methods 2022-04-25 15:45:24 -07:00
HandleTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
HeapSnapshotTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
HermesValueTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
HiddenClassTest.cpp Add mayHaveAccessor field to ClassFlags 2023-01-10 11:43:42 -08:00
IRInstrumentationTest.cpp Always optimise in CompileJS 2022-03-29 01:28:26 -07:00
IdentifierTableTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
InstrumentationAPITest.cpp Add PointerBase/Runtime parameters to WeakRef(Slot) methods 2022-04-25 15:45:24 -07:00
InternalPropertiesTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
InterpreterTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
JSLibTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
JSONParseTest.cpp JSON.parse scanString optimization 2022-10-27 11:00:54 -07:00
JSTypedArrayTest.cpp
MarkBitArrayNCTest.cpp
MetadataTest.cpp
NativeFrameTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
NativeFunctionTest.cpp
NativeStateTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
ObjectModelTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
OperationsTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
PredefinedStringsTest.cpp
RuntimeConfigTest.cpp
SamplingHeapProfilerTest.cpp Optionally omit memory instrumentation 2022-07-06 08:46:09 -07:00
SamplingProfilerTest.cpp Adds Windows support 2022-12-03 21:08:54 -08:00
SegmentedArrayTest.cpp Take PointerBase in SegmentedArray API 2022-04-08 15:24:44 -07:00
SmallHermesValueTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
SmallXStringTest.cpp
StackTracesTreeTest.cpp Avoid creating global properties in StackTracesTreeTest.WithSourceMap (#774) 2022-07-10 16:36:48 -07:00
StaticBuiltinsTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
StorageProviderTest.cpp implement proper vm_reserve/vm_commit steps on Windows 2023-01-18 11:39:11 -08:00
StringBuilderTest.cpp
StringPrimitiveTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
StringViewTest.cpp
SymbolIDTest.cpp Use references for vm::Runtime and its base classes 2022-03-07 16:14:52 -08:00
TestHelpers.cpp Add HeapRuntime 2022-04-08 09:01:56 -07:00
TestHelpers.h Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
TestHelpers1.cpp
TestHelpers1.h
TwineChar16Test.cpp
WeakValueMapTest.cpp Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00