#include "v8.h"
#include "../include/v8-testing.h"
#include "apiutils.h"
#include "contexts.h"
#include "factory.h"
#include "isolate.h"
#include "list-inl.h"
Go to the source code of this file.
#define MAKE_OPEN_HANDLE |
( |
|
From, |
|
|
|
To |
|
) |
| |
Value:
const v8::From* that) { \
reinterpret_cast<v8::internal::To**>(const_cast<v8::From*>(that))); \
}
Definition at line 297 of file api.h.
#define MAKE_TO_LOCAL |
( |
|
Name, |
|
|
|
From, |
|
|
|
To |
|
) |
| |
Value:
return Local<To>(
reinterpret_cast<To*
>(obj.
location())); \
}
#define ASSERT(condition)
Definition at line 266 of file api.h.