webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
Inspector::JavaScriptCallFrame Class Reference

#include <JavaScriptCallFrame.h>

Inheritance diagram for Inspector::JavaScriptCallFrame:

Public Member Functions

JavaScriptCallFramecaller ()
 
intptr_t sourceID () const
 
const TextPosition position () const
 
int line () const
 
int column () const
 
String functionName () const
 
JSC::DebuggerCallFrame::Type type () const
 
JSC::DebuggerScopescopeChain () const
 
JSC::JSGlobalObjectvmEntryGlobalObject () const
 
bool isTailDeleted () const
 
JSC::JSValue thisValue () const
 
JSC::JSValue evaluateWithScopeExtension (const String &script, JSC::JSObject *scopeExtension, NakedPtr< JSC::Exception > &exception) const
 

Static Public Member Functions

static Ref< JavaScriptCallFramecreate (Ref< JSC::DebuggerCallFrame > &&debuggerCallFrame)
 

Member Function Documentation

◆ caller()

JavaScriptCallFrame * Inspector::JavaScriptCallFrame::caller ( )

◆ column()

int Inspector::JavaScriptCallFrame::column ( ) const
inline

◆ create()

static Ref<JavaScriptCallFrame> Inspector::JavaScriptCallFrame::create ( Ref< JSC::DebuggerCallFrame > &&  debuggerCallFrame)
inlinestatic

◆ evaluateWithScopeExtension()

JSC::JSValue Inspector::JavaScriptCallFrame::evaluateWithScopeExtension ( const String &  script,
JSC::JSObject scopeExtension,
NakedPtr< JSC::Exception > &  exception 
) const
inline

◆ functionName()

String Inspector::JavaScriptCallFrame::functionName ( ) const
inline

◆ isTailDeleted()

bool Inspector::JavaScriptCallFrame::isTailDeleted ( ) const
inline

◆ line()

int Inspector::JavaScriptCallFrame::line ( ) const
inline

◆ position()

const TextPosition Inspector::JavaScriptCallFrame::position ( ) const
inline

◆ scopeChain()

JSC::DebuggerScope* Inspector::JavaScriptCallFrame::scopeChain ( ) const
inline

◆ sourceID()

intptr_t Inspector::JavaScriptCallFrame::sourceID ( ) const
inline

◆ thisValue()

JSC::JSValue Inspector::JavaScriptCallFrame::thisValue ( ) const
inline

◆ type()

JSC::DebuggerCallFrame::Type Inspector::JavaScriptCallFrame::type ( ) const
inline

◆ vmEntryGlobalObject()

JSC::JSGlobalObject* Inspector::JavaScriptCallFrame::vmEntryGlobalObject ( ) const
inline

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