![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <modules.h>
Public Member Functions | |
| Entry (Scanner::Location loc) | |
| template<typename IsolateT > | |
| DirectHandle< SourceTextModuleInfoEntry > | Serialize (IsolateT *isolate) const |
Public Member Functions inherited from v8::internal::ZoneObject | |
| void * | operator new (size_t, Zone *)=delete |
| void * | operator new (size_t size, void *ptr) |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone)=delete |
Public Attributes | |
| Scanner::Location | location |
| const AstRawString * | export_name |
| const AstRawString * | local_name |
| const AstRawString * | import_name |
| int | module_request |
| int | cell_index |
|
inlineexplicit |
| template DirectHandle< SourceTextModuleInfoEntry > v8::internal::SourceTextModuleDescriptor::Entry::Serialize | ( | IsolateT * | isolate | ) | const |
| int v8::internal::SourceTextModuleDescriptor::Entry::cell_index |
| const AstRawString* v8::internal::SourceTextModuleDescriptor::Entry::export_name |
| const AstRawString* v8::internal::SourceTextModuleDescriptor::Entry::import_name |
| const AstRawString* v8::internal::SourceTextModuleDescriptor::Entry::local_name |
| Scanner::Location v8::internal::SourceTextModuleDescriptor::Entry::location |
| int v8::internal::SourceTextModuleDescriptor::Entry::module_request |