blob: 6e9cdcdf80ea9bd09c00dcffcb644b1b15462028 [file] [log] [blame]
framework module JavaScriptCore {
umbrella header "JavaScriptCore.h"
export *
module * {
export *
}
explicit module JSVirtualMachine {
// FIXME: 32-bit x86 is a poor way to say "fragile Objective-C ABI"
requires x86_32
exclude header "JSValue.h"
exclude header "JSContext.h"
exclude header "JSExport.h"
exclude header "JSManagedValue.h"
exclude header "JSVirtualMachine.h"
}
}