Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/jsi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" MATCHES "MSVC")
# Turn on Error Handling in MSVC, otherwise objects are not destructed
# when they go out of scope due to exceptions.
list(APPEND jsi_compile_flags "/EHsc")
list(APPEND jsi_compile_flags "/Zi")
list(APPEND jsi_compile_flags "/Qspectre")
list(APPEND jsi_compile_flags "/sdl")
endif()
target_compile_options(jsi PRIVATE ${jsi_compile_flags})

Expand Down
3 changes: 3 additions & 0 deletions src/jsi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ https://github.com/facebook/hermes repo.

| Version | Commit Hash | Commit Description
|--------:|:-------------------------------------------|------------------------------------------------------
| 21 | `606a4249fea27b072118c791431e799287cacf7c` | Move dumpOpcodeStats() to jsi::Instrumentation, remove IHermesExtra
| | `195afcf8232db8df27f5b2a09c420a6962068c7c` | Add deleteProperty API
| | `7f716de439a5ae83eedc137c6e4f2a1d43a576eb` | Add Value override for has/get/setProperty
| 20 | `3eeb01121b52dbe6f9fd67c623a87e08ae9d5197` | Add UUID struct to JSI
| | `8d1641f1918ed97b2f69e02ec9f420aa70701331` | Add JSI castInterface API
| | `34b807b919c5dacafdf23cd8f855d8f78acf810f` | Adds setRuntimeData and getRuntimeData JSI APIs
Expand Down
Loading