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

#include <shared-function-info.h>

Inheritance diagram for v8::internal::UncompiledData:
Collaboration diagram for v8::internal::UncompiledData:

Public Member Functions

void InitAfterBytecodeFlush (Isolate *isolate, Tagged< String > inferred_name, int start_position, int end_position, std::function< void(Tagged< HeapObject > object, ObjectSlot slot, Tagged< HeapObject > target)> gc_notify_updated_slot)
 

Detailed Description

Definition at line 118 of file shared-function-info.h.

Member Function Documentation

◆ InitAfterBytecodeFlush()

void v8::internal::UncompiledData::InitAfterBytecodeFlush ( Isolate * isolate,
Tagged< String > inferred_name,
int start_position,
int end_position,
std::function< void(Tagged< HeapObject > object, ObjectSlot slot, Tagged< HeapObject > target)> gc_notify_updated_slot )
inline

Definition at line 1033 of file shared-function-info-inl.h.


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