9ad5184453
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
12 lines
566 B
C
12 lines
566 B
C
--- v8/src/regexp/x64/regexp-macro-assembler-x64.h.orig 2023-08-10 01:51:23 UTC
|
|
+++ v8/src/regexp/x64/regexp-macro-assembler-x64.h
|
|
@@ -59,6 +59,9 @@ class V8_EXPORT_PRIVATE RegExpMacroAssemblerX64
|
|
void CheckPosition(int cp_offset, Label* on_outside_input) override;
|
|
bool CheckSpecialClassRanges(StandardCharacterSet type,
|
|
Label* on_no_match) override;
|
|
+
|
|
+ void BindJumpTarget(Label* label) override;
|
|
+
|
|
void Fail() override;
|
|
Handle<HeapObject> GetCode(Handle<String> source) override;
|
|
void GoTo(Label* label) override;
|