![]() |
v8
3.25.30(node0.11.13)
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 "cpu-profiler.h"#include "gdb-jit.h"#include "ic-inl.h"#include "stub-cache.h"#include "type-info.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) (Logger::KEYED_##type) |
| #define | __ ACCESS_MASM(masm()) |
Functions | |
| 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 __ ACCESS_MASM(masm()) |
| #define CALL_LOGGER_TAG | ( | kind, | |
| type | |||
| ) | (Logger::KEYED_##type) |
Definition at line 252 of file stub-cache.cc.