v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::ReturnValueScope Class Reference

#include <debug.h>

Collaboration diagram for v8::internal::ReturnValueScope:

Public Member Functions

 ReturnValueScope (Debug *debug)
 
 ~ReturnValueScope ()
 

Private Attributes

Debugdebug_
 
Handle< Objectreturn_value_
 

Detailed Description

Definition at line 769 of file debug.h.

Constructor & Destructor Documentation

◆ ReturnValueScope()

v8::internal::ReturnValueScope::ReturnValueScope ( Debug * debug)
explicit

Definition at line 3002 of file debug.cc.

Here is the call graph for this function:

◆ ~ReturnValueScope()

v8::internal::ReturnValueScope::~ReturnValueScope ( )

Definition at line 3006 of file debug.cc.

Here is the call graph for this function:

Member Data Documentation

◆ debug_

Debug* v8::internal::ReturnValueScope::debug_
private

Definition at line 775 of file debug.h.

◆ return_value_

Handle<Object> v8::internal::ReturnValueScope::return_value_
private

Definition at line 776 of file debug.h.


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