Home | History | Annotate | Download | only in src

Lines Matching full:cache

35 // The compilation cache keeps function boilerplates for compiled
41 // string. Returns an empty handle if the cache doesn't contain a
49 // given context. Returns an empty handle if the cache doesn't
56 // is in cache, otherwise an empty handle.
78 // Clear the cache - also used to initialize the cache at startup.
84 // Notify the cache that a mark-sweep garbage collection is about to
85 // take place. This is used to retire entries from the cache to
89 // Enable/disable compilation cache. Used by debugger to disable compilation
90 // cache during debugging to make sure new scripts are always compiled.