![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| void | SetFile (FILE *fp) |
| void | SectionText () |
| void | SectionData () |
| void | SectionRoData () |
| void | AlignToCodeAlignment () |
| void | DeclareUint32 (const char *name, uint32_t value) |
| void | DeclarePointerToSymbol (const char *name, const char *target) |
| void | DeclareLabel (const char *name) |
| void | DeclareFunctionBegin (const char *name) |
| void | DeclareFunctionEnd (const char *name) |
| int | HexLiteral (uint64_t value) |
| void | Comment (const char *string) |
| void | Newline () |
| void | FilePrologue () |
| void | FileEpilogue () |
| int | IndentedDataDirective (DataDirective directive) |
| FILE * | fp () const |
Definition at line 28 of file embedded-file-writer.h.