mirror of
https://github.com/denoland/rusty_v8.git
synced 2025-02-01 20:24:56 -05:00
Fixed a typo in the parameter capture
in v8__Isolate__SetCaptureStackTraceForUncaughtExceptions
(#1410)
This commit is contained in:
parent
be545b7d3d
commit
9dd629e1c3
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ extern "C" {
|
||||||
fn v8__Isolate__GetHeapStatistics(this: *mut Isolate, s: *mut HeapStatistics);
|
fn v8__Isolate__GetHeapStatistics(this: *mut Isolate, s: *mut HeapStatistics);
|
||||||
fn v8__Isolate__SetCaptureStackTraceForUncaughtExceptions(
|
fn v8__Isolate__SetCaptureStackTraceForUncaughtExceptions(
|
||||||
this: *mut Isolate,
|
this: *mut Isolate,
|
||||||
caputre: bool,
|
capture: bool,
|
||||||
frame_limit: i32,
|
frame_limit: i32,
|
||||||
);
|
);
|
||||||
fn v8__Isolate__AddMessageListener(
|
fn v8__Isolate__AddMessageListener(
|
||||||
|
|
Loading…
Add table
Reference in a new issue