Home | History | Annotate | Download | only in src

Lines Matching refs:script

161 // Cache of all script objects in the heap. When a script is added a weak handle
163 // callback takes care of removing the script from the cache. The key used in
164 // the cache is the script id.
170 // Add script to the cache.
171 void Add(Handle<Script> script);
180 // Calculate the hash value from the key (script id).
185 // Scripts match if their keys (script id) match.
391 // Script cache handling.
394 void AddScriptToScriptCache(Handle<Script> script);
530 // debugger returns control back to user script.
726 Handle<Object> MakeCompileEvent(Handle<Script> script,
733 void OnBeforeCompile(Handle<Script> script);
739 void OnAfterCompile(Handle<Script> script,