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

#include <embedded-file-writer-interface.h>

Inheritance diagram for v8::internal::EmbeddedFileWriterInterface:
Collaboration diagram for v8::internal::EmbeddedFileWriterInterface:

Public Member Functions

virtual int LookupOrAddExternallyCompiledFilename (const char *filename)=0
 
virtual const char * GetExternallyCompiledFilename (int index) const =0
 
virtual int GetExternallyCompiledFilenameCount () const =0
 
virtual void PrepareBuiltinSourcePositionMap (Builtins *builtins)=0
 

Detailed Description

Definition at line 32 of file embedded-file-writer-interface.h.

Member Function Documentation

◆ GetExternallyCompiledFilename()

virtual const char * v8::internal::EmbeddedFileWriterInterface::GetExternallyCompiledFilename ( int index) const
pure virtual

Implemented in v8::internal::EmbeddedFileWriter.

Here is the caller graph for this function:

◆ GetExternallyCompiledFilenameCount()

virtual int v8::internal::EmbeddedFileWriterInterface::GetExternallyCompiledFilenameCount ( ) const
pure virtual

Implemented in v8::internal::EmbeddedFileWriter.

Here is the caller graph for this function:

◆ LookupOrAddExternallyCompiledFilename()

virtual int v8::internal::EmbeddedFileWriterInterface::LookupOrAddExternallyCompiledFilename ( const char * filename)
pure virtual

Implemented in v8::internal::EmbeddedFileWriter.

Here is the caller graph for this function:

◆ PrepareBuiltinSourcePositionMap()

virtual void v8::internal::EmbeddedFileWriterInterface::PrepareBuiltinSourcePositionMap ( Builtins * builtins)
pure virtual

Implemented in v8::internal::EmbeddedFileWriter.

Here is the caller graph for this function:

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