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

#include <script.h>

Collaboration diagram for v8::internal::Script::Iterator:

Public Member Functions

 Iterator (Isolate *isolate)
 
 Iterator (const Iterator &)=delete
 
Iteratoroperator= (const Iterator &)=delete
 
Tagged< ScriptNext ()
 

Private Attributes

WeakArrayList::Iterator iterator_
 

Detailed Description

Definition at line 260 of file script.h.

Constructor & Destructor Documentation

◆ Iterator() [1/2]

v8::internal::Script::Iterator::Iterator ( Isolate * isolate)
explicit

Definition at line 4792 of file objects.cc.

◆ Iterator() [2/2]

v8::internal::Script::Iterator::Iterator ( const Iterator & )
delete

Member Function Documentation

◆ Next()

Tagged< Script > v8::internal::Script::Iterator::Next ( )

Definition at line 4795 of file objects.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=()

Iterator & v8::internal::Script::Iterator::operator= ( const Iterator & )
delete

Member Data Documentation

◆ iterator_

WeakArrayList::Iterator v8::internal::Script::Iterator::iterator_
private

Definition at line 268 of file script.h.


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