#include "v8.h"
#include "../include/v8-testing.h"
#include "contexts.h"
#include "factory.h"
#include "isolate.h"
#include "list-inl.h"
Go to the source code of this file.
#define DECLARE_OPEN_HANDLE |
( |
|
From, |
|
|
|
To |
|
) |
| |
Value:
OpenHandle(
const From* that,
bool allow_empty_handle =
false);
Definition at line 280 of file api.h.
#define MAKE_OPEN_HANDLE |
( |
|
From, |
|
|
|
To |
|
) |
| |
Value:
const v8::From* that,
bool allow_empty_handle) {
\
!(*reinterpret_cast<v8::internal::To**>( \
const_cast<v8::From*>(that)))->IsFailure()); \
reinterpret_cast<v8::internal::To**>(const_cast<v8::From*>(that))); \
}
enable upcoming ES6 features enable harmony block scoping enable harmony enable harmony proxies enable harmony generators enable harmony numeric enable harmony string enable harmony math functions harmony_scoping harmony_symbols harmony_collections harmony_iteration harmony_strings harmony_scoping harmony_maths tracks arrays with only smi values Optimize object Array DOM strings and string pretenure call new trace pretenuring decisions of HAllocate instructions track fields with only smi values track fields with heap values track_fields track_fields Enables optimizations which favor memory size over execution speed use string slices optimization filter maximum number of GVN fix point iterations use function inlining use allocation folding eliminate write barriers targeting allocations in optimized code maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining crankshaft harvests type feedback from stub cache trace check elimination phase hydrogen tracing filter NULL
#define EXTRA_CHECK(condition)
Definition at line 391 of file api.h.
#define MAKE_TO_LOCAL |
( |
|
Name, |
|
|
|
From, |
|
|
|
To |
|
) |
| |
Value:
return Convert<v8::internal::From, v8::To>(
obj); \
}
Definition at line 342 of file api.h.
#define MAKE_TO_LOCAL_TYPED_ARRAY |
( |
|
Type, |
|
|
|
typeName, |
|
|
|
TYPE, |
|
|
|
ctype, |
|
|
|
size |
|
) |
| |
Value:Local<v8::Type##Array> Utils::ToLocal##
Type##Array( \
return Convert<v8::internal::JSTypedArray, v8::Type##Array>(
obj); \
}
TypeImpl< ZoneTypeConfig > Type
#define ASSERT(condition)
Definition at line 348 of file api.h.
#define OPEN_HANDLE_LIST |
( |
|
V | ) |
|