v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include "v8.h"
#include "api.h"
#include "arguments.h"
#include "ast.h"
#include "code-stubs.h"
#include "gdb-jit.h"
#include "ic-inl.h"
#include "stub-cache.h"
#include "vm-state-inl.h"
Go to the source code of this file.
Namespaces | |
v8 | |
v8::internal | |
Macros | |
#define | CALL_LOGGER_TAG(kind, type) (kind == Code::CALL_IC ? Logger::type : Logger::KEYED_##type) |
#define | CALL_GENERATOR_CASE(name) if (id == k##name) return true; |
#define | CALL_GENERATOR_CASE(name) |
Functions | |
RUNTIME_FUNCTION (MaybeObject *, LoadCallbackProperty) | |
RUNTIME_FUNCTION (MaybeObject *, StoreCallbackProperty) | |
RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorOnly) | |
RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorForLoad) | |
RUNTIME_FUNCTION (MaybeObject *, LoadPropertyWithInterceptorForCall) | |
RUNTIME_FUNCTION (MaybeObject *, StoreInterceptorProperty) | |
RUNTIME_FUNCTION (MaybeObject *, KeyedLoadPropertyWithInterceptor) | |
#define CALL_GENERATOR_CASE | ( | name | ) | if (id == k##name) return true; |
Referenced by CallStubCompiler::HasCustomCallGenerator().
#define CALL_GENERATOR_CASE | ( | name | ) |
#define CALL_LOGGER_TAG | ( | kind, | |
type | |||
) | (kind == Code::CALL_IC ? Logger::type : Logger::KEYED_##type) |
Definition at line 585 of file stub-cache.cc.
Referenced by StubCache::ComputeCallConstant(), StubCache::ComputeCallField(), StubCache::ComputeCallGlobal(), and StubCache::ComputeCallInterceptor().