v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
platform-embedded-file-writer-base.h File Reference
#include <cinttypes>
#include <cstdio>
#include <memory>
Include dependency graph for platform-embedded-file-writer-base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::PlatformEmbeddedFileWriterBase
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Enumerations

enum  v8::internal::DataDirective { v8::internal::kByte , v8::internal::kLong , v8::internal::kQuad , v8::internal::kOcta }
 
enum class  v8::internal::EmbeddedTargetOs {
  v8::internal::kAIX , v8::internal::kChromeOS , v8::internal::kFuchsia , v8::internal::kMac ,
  v8::internal::kWin , v8::internal::kStarboard , v8::internal::kZOS , v8::internal::kGeneric
}
 
enum class  v8::internal::EmbeddedTargetArch {
  v8::internal::kArm , v8::internal::kArm64 , v8::internal::kIA32 , v8::internal::kX64 ,
  v8::internal::kGeneric
}
 

Functions

DataDirective v8::internal::PointerSizeDirective ()
 
int v8::internal::DataDirectiveSize (DataDirective directive)
 
std::unique_ptr< PlatformEmbeddedFileWriterBasev8::internal::NewPlatformEmbeddedFileWriter (const char *target_arch, const char *target_os)