![]() |
v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
|
#include <cstddef>
#include <string_view>
#include "v8-data.h"
#include "v8-exception.h"
#include "v8-function-callback.h"
#include "v8-local-handle.h"
#include "v8-memory-span.h"
#include "v8-object.h"
#include "v8config.h"
Go to the source code of this file.
Data Structures | |
class | Template |
class | FunctionTemplate |
struct | NamedPropertyHandlerConfiguration |
struct | IndexedPropertyHandlerConfiguration |
class | ObjectTemplate |
class | DictionaryTemplate |
class | Signature |
Namespaces | |
namespace | v8 |
Macros | |
#define | V8_INTRINSICS_LIST(F) |
#define | V8_DECL_INTRINSIC(name, iname) |
Enumerations | |
enum | Intrinsic |
enum class | Intercepted : uint8_t { kNo = 0 , kYes = 1 } |
enum class | ConstructorBehavior { kThrow , kAllow } |
enum class | PropertyHandlerFlags { kNone = 0 , kNonMasking = 1 , kOnlyInterceptStrings = 1 << 1 , kHasNoSideEffect = 1 << 2 , kInternalNewCallbacksSignatures = 1 << 10 } |
#define V8_DECL_INTRINSIC | ( | name, | |
iname ) |
Definition at line 42 of file v8-template.h.
#define V8_INTRINSICS_LIST | ( | F | ) |
Definition at line 28 of file v8-template.h.