Commits
User selector
Commit History
Commits on Sep 22, 2020
feat: enable bitcode (#365)
Show description for 6f24585authored andcommitted
Commits on Sep 18, 2020
Add cause to jsi::instrumentation::collectGarbage
Show description for cfaf270authored andcommitted
Commits on Aug 26, 2020
[CVE-2020-1911] Look up HostObject computed properties on the right object in the prototype chain.
Show description for fe52854authored andcommitted
Commits on Aug 24, 2020
Allow Hermes to be built as a DLL on Windows
Show description for 55c0607authored andcommitted
Commits on Jul 9, 2020
Build macOS framework and add CocoaPods podspec (#285)
Show description for a9b5645authored andcommitted
Commits on Jun 4, 2020
Handle stack overflow in JSError construction gracefully
Show description for 17a2925authored andcommitted
Commits on May 26, 2020
Change jsi::Runtime::lockWeakObject to take a mutable ref
Show description for 0c9daa5authored andcommitted
Commits on May 7, 2020
Add virtual destructor to JSError
Show description for d188b72authored andcommitted
Commits on Apr 24, 2020
Allow use of std::tuple<> with decorators directly
Show description for b5b45c3authored andcommitted
Commits on Apr 16, 2020
Fix jsi cmake include dirs (#207)
Show description for 2f7bbd7authored andcommitted
Commits on Apr 1, 2020
Make HermesRuntime::description() always include "HermesRuntime"
Show description for 6b411edauthored andcommitted
Commits on Mar 31, 2020
Plumb through memory allocation profiler feature to Chrome Inspector
Show description for 71cffc8authored andcommitted
Commits on Mar 14, 2020
Add a little headroom to the stack when converting an exception JS -> C++
Show description for 5ea1759authored andcommitted
Commits on Mar 10, 2020
Add unit test for multiple levels of DecoratedHostObject.
Show description for c7e63bcauthored andcommitted
Commits on Feb 25, 2020
Update documentation for Function::call to reflect how 'this' behaves in non-strict mode
Show description for d9d826bauthored andcommitted
Commits on Feb 14, 2020
Allow non-ASCII std::string argument to detail::toValue
Show description for df4e5afauthored andcommitted
Commits on Feb 13, 2020
Make synth trace write incrementally to a file.
Show description for 9ed0d45authored andcommitted
Have heap snapshots throw std::system_error instead of return a bool
Show description for de21c7bauthored andcommitted
Commits on Feb 5, 2020
Fix errors in documentation for Function::callWithThis
Show description for b85a4f3authored andcommitted
Commits on Jan 25, 2020
Use EXPECT instead of ASSERT (repeat 582738b) (#27850)
Show description for 0a0ef22authored andcommitted
Commits on Jan 19, 2020
Export exception classes with default visibility
Show description for c4287f2authored andcommitted
Commits on Dec 20, 2019
Handle errors building JSErrors better
Show description for d5f6b14authored andcommitted
Commits on Oct 31, 2019
Remove compact parameter from heap snapshots
Show description for f24ba53authored andcommitted
Commits on Oct 21, 2019
Tidy up license headers [3/n]
Show description for 6e7eecdauthored andcommitted
Commits on Sep 30, 2019
Make it possible for a Runtime to provide its own JSON parsing
Show description for e0616e7authored andcommitted
Commits on Sep 17, 2019
Fix build break in MSVC (#26462)
Show description for 3ba9615authored andcommitted
Commits on Sep 14, 2019
Remove jsi::Value return from jsi::Instrumentation::getHeapInfo
Show description for 163a353authored andcommitted
Commits on Sep 12, 2019
Include missing <cstdarg>
Show description for afa0839authored andcommitted
Commits on Jul 23, 2019
Fix typos (#25770)
Show description for 14f5fd8authored andcommitted
Commits on Jul 18, 2019
Use UTF-8 instead of ASCII for setting object properties from folly::dynamic
Show description for 7e803f4authored andcommitted
clang-format everything
Show description for d7cdcafauthored andcommitted
Commits on Jul 10, 2019
Initial commit
Show description for f22a18fauthored andcommitted
Loading