v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
CompileHintsCollector Class Reference

#include <v8-script.h>

Inheritance diagram for CompileHintsCollector:
Collaboration diagram for CompileHintsCollector:

Public Member Functions

std::vector< int > GetCompileHints (Isolate *isolate) const
 
- Public Member Functions inherited from Data
bool IsValue () const
 
bool IsModule () const
 
bool IsModuleRequest () const
 
bool IsFixedArray () const
 
bool IsPrivate () const
 
bool IsObjectTemplate () const
 
bool IsFunctionTemplate () const
 
bool IsContext () const
 

Detailed Description

Definition at line 341 of file v8-script.h.

Member Function Documentation

◆ GetCompileHints()

std::vector< int > GetCompileHints ( Isolate * isolate) const

Returns the positions of lazy functions which were compiled and executed.


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