disruption
This commit is contained in:
@@ -96,11 +96,11 @@ JSC_CCALL(os_exit,
|
||||
|
||||
// dylib functions - assuming static build for now unless side modules are used
|
||||
static JSValue js_os_dylib_open(JSContext *js, JSValue self, int argc, JSValue *argv) {
|
||||
return JS_ThrowInternalError(js, "dylib_open: not supported on Emscripten");
|
||||
return JS_RaiseDisrupt(js, "dylib_open: not supported on Emscripten");
|
||||
}
|
||||
|
||||
static JSValue js_os_dylib_symbol(JSContext *js, JSValue self, int argc, JSValue *argv) {
|
||||
return JS_ThrowInternalError(js, "dylib_symbol: not supported on Emscripten");
|
||||
return JS_RaiseDisrupt(js, "dylib_symbol: not supported on Emscripten");
|
||||
}
|
||||
|
||||
static JSValue js_os_dylib_has_symbol(JSContext *js, JSValue self, int argc, JSValue *argv) {
|
||||
|
||||
Reference in New Issue
Block a user