Home | History | Annotate | Download | only in src

Lines Matching refs:Script

172 // Cache of all script objects in the heap. When a script is added a weak handle
174 // callback takes care of removing the script from the cache. The key used in
175 // the cache is the script id.
182 // Add script to the cache.
183 void Add(Handle<Script> script);
192 // Calculate the hash value from the key (script id).
197 // Scripts match if their keys (script id) match.
254 bool SetBreakPointForScript(Handle<Script> script,
279 Object* FindSharedFunctionInfoInScript(Handle<Script> script, int position);
423 // Script cache handling.
426 void AddScriptToScriptCache(Handle<Script> script);
607 // debugger returns control back to user script.
803 Handle<Object> MakeCompileEvent(Handle<Script> script,
810 void OnBeforeCompile(Handle<Script> script);
816 void OnAfterCompile(Handle<Script> script,