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
4 changes: 4 additions & 0 deletions packages/react-native/ReactCommon/jsc/JSCRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ class JSCRuntime : public jsi::Runtime {
friend class JSCRuntime;
};

using IRuntime::getProperty;
using IRuntime::hasProperty;
using IRuntime::setPropertyValue;

PointerValue* cloneSymbol(const Runtime::PointerValue* pv) override;
PointerValue* cloneBigInt(const Runtime::PointerValue* pv) override;
PointerValue* cloneString(const Runtime::PointerValue* pv) override;
Expand Down
Loading
Loading