aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/CachedScript.h
blob: 3f54613d868293c03ec536bd1060cb34fa944e0d (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include "root.h"

namespace WebCore {

class CachedScript {
};
}