Home | History | Annotate | Download | only in src

Lines Matching full:shared

52   // Remove given shared function info from sub-cache.
104 // 2. The shared function info of the calling function.
145 // The compilation cache keeps shared function infos for compiled
146 // scripts and evals. The shared function infos are looked up using
151 // Finds the script shared function info for a source
158 // Finds the shared function info for a source string for eval in a
170 // Associate the (source, kind) pair to the shared function
176 // Associate the (source, context->closure()->shared(), kind) triple
177 // with the shared function info. This may overwrite an existing mapping.
191 // Remove given shared function info from all caches.