Home | History | Annotate | Download | only in src

Lines Matching defs:JSFunctionResultCache

94 //           - JSFunctionResultCache
1036 V(JSFunctionResultCache) \
3992 // JSFunctionResultCache caches results of some JSFunction invocation.
3999 class JSFunctionResultCache: public FixedArray {
4022 static inline JSFunctionResultCache* cast(Object* obj);
4024 DECLARE_VERIFIER(JSFunctionResultCache)