aboutsummaryrefslogtreecommitdiff
path: root/src/javascript/jsc/bindings/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/javascript/jsc/bindings/objects.h')
-rw-r--r--src/javascript/jsc/bindings/objects.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/src/javascript/jsc/bindings/objects.h b/src/javascript/jsc/bindings/objects.h
index 083d6a9d8..9d4d6d38d 100644
--- a/src/javascript/jsc/bindings/objects.h
+++ b/src/javascript/jsc/bindings/objects.h
@@ -30,7 +30,6 @@
// return object;
// }
-
// static JSC::JSObject* createPrototype(JSC::VM&, JSC::JSGlobalObject&);
// static JSC::JSObject* prototype(JSC::VM&, JSC::JSGlobalObject&);
@@ -47,7 +46,7 @@
// };
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*, void* zigBase);
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*);
-
+
// };
// class ModuleExportsMap final : public JSC::JSNonFinalObject {
@@ -71,7 +70,6 @@
// return object;
// }
-
// static JSC::JSObject* createPrototype(JSC::VM&, JSC::JSGlobalObject&);
// static JSC::JSObject* prototype(JSC::VM&, JSC::JSGlobalObject&);
@@ -88,14 +86,11 @@
// };
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*, void* zigBase);
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*);
-
-// };
+// };
// }
-
-
// namespace Zig {
// class HeadersPrototype final : public JSC::JSNonFinalObject {
@@ -126,7 +121,6 @@
// return object;
// }
-
// JSC::JSValue get(JSC::JSGlobalObject&, JSC::JSValue);
// bool put(JSC::JSGlobalObject&, JSC::JSValue, JSC::JSValue);
// bool has(JSC::JSGlobalObject&, JSC::JSValue);
@@ -149,9 +143,8 @@
// };
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*, void* zigBase);
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*);
-
-// };
+// };
// JSC_DECLARE_HOST_FUNCTION(headersFuncPrototypeGet);
// JSC_DECLARE_HOST_FUNCTION(headersFuncPrototypePut);
@@ -185,8 +178,6 @@
// JSC_DECLARE_HOST_FUNCTION(headersFuncConstructor);
-
-
// class RequestConstructor final : public JSC::InternalFunction {
// public:
// typedef InternalFunction Base;
@@ -257,10 +248,7 @@
// };
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*, void* zigBase);
// void finishCreation(JSC::VM&, JSC::JSGlobalObject*);
-
-// };
-
+// };
// }
-