0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-26 00:59:28 -05:00
This commit is contained in:
Daniel Bevenius 2020-12-10 12:47:32 +01:00 committed by GitHub
parent 3c5f7976b9
commit 756388c140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ impl StackTrace {
} }
impl StackFrame { impl StackFrame {
/// Returns the number, 1-based, of the line for the associate function call. /// Returns the number, 1-based, of the line for the associated function call.
/// This method will return Message::kNoLineNumberInfo if it is unable to /// This method will return Message::kNoLineNumberInfo if it is unable to
/// retrieve the line number, or if kLineNumber was not passed as an option /// retrieve the line number, or if kLineNumber was not passed as an option
/// when capturing the StackTrace. /// when capturing the StackTrace.