V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::debug::Location Class Reference

#include <interface-types.h>

Inheritance diagram for v8::debug::Location:
v8::debug::BreakLocation

Public Member Functions

 Location (int line_number, int column_number)
 
 Location ()
 
int GetLineNumber () const
 
int GetColumnNumber () const
 
bool IsEmpty () const
 

Detailed Description

Defines location inside script. Lines and columns are 0-based.

Definition at line 27 of file interface-types.h.

Constructor & Destructor Documentation

◆ Location()

v8::debug::Location::Location ( )

Create empty location.

Definition at line 9505 of file api.cc.


The documentation for this class was generated from the following files: