v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stub-cache.h File Reference
#include "allocation.h"
#include "arguments.h"
#include "code-stubs.h"
#include "ic-inl.h"
#include "macro-assembler.h"
#include "objects.h"
#include "zone-inl.h"
Include dependency graph for stub-cache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  SCTableReference
 
class  StubCache
 
struct  StubCache::Entry
 
class  BASE_EMBEDDED< Visitor >
 
class  BaseLoadStoreStubCompiler
 
class  LoadStubCompiler
 
class  KeyedLoadStubCompiler
 
class  StoreStubCompiler
 
class  KeyedStoreStubCompiler
 
class  BASE_EMBEDDED< Visitor >
 

Namespaces

 v8
 
 v8::internal
 

Enumerations

enum  PrototypeCheckType { CHECK_ALL_MAPS, SKIP_RECEIVER }
 
enum  IcCheckType { ELEMENT, PROPERTY }
 
enum  FrontendCheckType { PERFORM_INITIAL_CHECKS, SKIP_INITIAL_CHECKS }
 

Functions

 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 *, KeyedLoadPropertyWithInterceptor)