Skip to content

Commit 5dc4dff

Browse files
committed
Update js-compute-builtins.cpp
1 parent 046f567 commit 5dc4dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

c-dependencies/js-compute-runtime/js-compute-builtins.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4150,6 +4150,8 @@ bool define_fastly_sys(JSContext *cx, HandleObject global) {
41504150
return true;
41514151
}
41524152

4153+
JSObject *create_fetch_event(JSContext *cx) { return FetchEvent::create(cx); }
4154+
41534155
UniqueChars stringify_value(JSContext *cx, JS::HandleValue value) {
41544156
JS::RootedString str(cx, JS_ValueToSource(cx, value));
41554157
if (!str)

0 commit comments

Comments
 (0)