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

#include <v8-script.h>

Inheritance diagram for v8::CompileHintsCollector:
Collaboration diagram for v8::CompileHintsCollector:

Public Member Functions

std::vector< int > GetCompileHints (Isolate *isolate) const
 
- Public Member Functions inherited from v8::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 > v8::CompileHintsCollector::GetCompileHints ( Isolate * isolate) const

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

Definition at line 2013 of file api.cc.

Here is the call graph for this function:

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