Class: Google::Devtools::Cloudtrace::V2::StackTrace::StackFrame
- Inherits:
-
Object
- Object
- Google::Devtools::Cloudtrace::V2::StackTrace::StackFrame
- Defined in:
- lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb
Overview
Represents a single stack frame in a stack trace.
Instance Attribute Summary collapse
-
#column_number ⇒ Integer
The column number where the function call appears, if available.
-
#file_name ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
The name of the source file where the function call appears (up to 256 bytes).
-
#function_name ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
-
#line_number ⇒ Integer
The line number in +file_name+ where the function call appears.
-
#load_module ⇒ Google::Devtools::Cloudtrace::V2::Module
The binary module from where the code was loaded.
-
#original_function_name ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
An un-mangled function name, if +function_name+ is mangled.
-
#source_version ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
The version of the deployed source code (up to 128 bytes).
Instance Attribute Details
#column_number ⇒ Integer
Returns The column number where the function call appears, if available. This is important in JavaScript because of its anonymous functions.
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |
#file_name ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns The name of the source file where the function call appears (up to 256 bytes).
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |
#function_name ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns The fully-qualified name that uniquely identifies the function or method that is active in this frame (up to 1024 bytes).
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |
#line_number ⇒ Integer
Returns The line number in +file_name+ where the function call appears.
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |
#load_module ⇒ Google::Devtools::Cloudtrace::V2::Module
Returns The binary module from where the code was loaded.
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |
#original_function_name ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns An un-mangled function name, if +function_name+ is mangled. The name can be fully-qualified (up to 1024 bytes).
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |
#source_version ⇒ Google::Devtools::Cloudtrace::V2::TruncatableString
Returns The version of the deployed source code (up to 128 bytes).
277 |
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 277 class StackFrame; end |