mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-22 04:40:01 +00:00
Fixed a typo in the parameter capture
in v8__Isolate__SetCaptureStackTraceForUncaughtExceptions
(#1410)
This commit is contained in:
parent
be545b7d3d
commit
9dd629e1c3
@ -386,7 +386,7 @@ extern "C" {
|
||||
fn v8__Isolate__GetHeapStatistics(this: *mut Isolate, s: *mut HeapStatistics);
|
||||
fn v8__Isolate__SetCaptureStackTraceForUncaughtExceptions(
|
||||
this: *mut Isolate,
|
||||
caputre: bool,
|
||||
capture: bool,
|
||||
frame_limit: i32,
|
||||
);
|
||||
fn v8__Isolate__AddMessageListener(
|
||||
|
Loading…
Reference in New Issue
Block a user