![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/api/api-arguments.h"
#include "src/api/api-inl.h"
#include "src/debug/debug.h"
#include "src/execution/vm-state-inl.h"
#include "src/logging/runtime-call-stats-scope.h"
#include "src/objects/api-callbacks.h"
#include "src/objects/instance-type.h"
#include "src/objects/slots-inl.h"
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
Macros | |
#define | DCHECK_NAME_COMPATIBLE(interceptor, name) |
#define | PREPARE_CALLBACK_INFO_ACCESSOR(ISOLATE, F, API_RETURN_TYPE, ACCESSOR_INFO, RECEIVER, ACCESSOR_KIND, EXCEPTION_CONTEXT) |
#define | PREPARE_CALLBACK_INFO_INTERCEPTOR(ISOLATE, F, API_RETURN_TYPE, INTERCEPTOR_INFO, EXCEPTION_CONTEXT) |
#define DCHECK_NAME_COMPATIBLE | ( | interceptor, | |
name ) |
Definition at line 47 of file api-arguments-inl.h.
#define PREPARE_CALLBACK_INFO_ACCESSOR | ( | ISOLATE, | |
F, | |||
API_RETURN_TYPE, | |||
ACCESSOR_INFO, | |||
RECEIVER, | |||
ACCESSOR_KIND, | |||
EXCEPTION_CONTEXT ) |
Definition at line 52 of file api-arguments-inl.h.
#define PREPARE_CALLBACK_INFO_INTERCEPTOR | ( | ISOLATE, | |
F, | |||
API_RETURN_TYPE, | |||
INTERCEPTOR_INFO, | |||
EXCEPTION_CONTEXT ) |
Definition at line 65 of file api-arguments-inl.h.