diff options
Diffstat (limited to 'Source/JavaScriptCore/yarr/Yarr.h')
-rw-r--r-- | Source/JavaScriptCore/yarr/Yarr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/yarr/Yarr.h b/Source/JavaScriptCore/yarr/Yarr.h index 501afac5f..3495fc7e4 100644 --- a/Source/JavaScriptCore/yarr/Yarr.h +++ b/Source/JavaScriptCore/yarr/Yarr.h @@ -62,8 +62,8 @@ enum YarrCharSize { Char16 }; -PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*); -int interpret(BytecodePattern*, const UString& input, unsigned start, unsigned length, int* output); +JS_EXPORT_PRIVATE PassOwnPtr<BytecodePattern> byteCompile(YarrPattern&, BumpPointerAllocator*); +JS_EXPORT_PRIVATE int interpret(BytecodePattern*, const UString& input, unsigned start, unsigned length, int* output); } } // namespace JSC::Yarr |