v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include "allocation.h"
#include "arguments.h"
#include "ic-inl.h"
#include "macro-assembler.h"
#include "objects.h"
#include "zone-inl.h"
Go to the source code of this file.
Data Structures | |
class | SCTableReference |
class | StubCache |
struct | StubCache::Entry |
class | BASE_EMBEDDED< Visitor > |
class | LoadStubCompiler |
class | KeyedLoadStubCompiler |
class | StoreStubCompiler |
class | KeyedStoreStubCompiler |
class | CallStubCompiler |
class | ConstructStubCompiler |
class | BASE_EMBEDDED< Visitor > |
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | CUSTOM_CALL_IC_GENERATORS(V) |
#define | DECLARE_CALL_GENERATOR(name) |
Functions | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, LoadCallbackProperty) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, StoreCallbackProperty) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorOnly) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorForLoad) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorForCall) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, StoreInterceptorProperty) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, CallInterceptorProperty) | |
DECLARE_RUNTIME_FUNCTION (MaybeObject *, KeyedLoadPropertyWithInterceptor) | |
#define CUSTOM_CALL_IC_GENERATORS | ( | V | ) |
Definition at line 784 of file stub-cache.h.
Referenced by CallStubCompiler::HasCustomCallGenerator().
#define DECLARE_CALL_GENERATOR | ( | name | ) |
Definition at line 837 of file stub-cache.h.