Home | History | Annotate | Download | only in heap

Lines Matching refs:Script

2859   // Handling of script id generation is in Heap::NextScriptId().
2862 // Allocate the empty script.
2863 Handle<Script> script = factory->NewScript(factory->empty_string());
2864 script->set_type(Script::TYPE_NATIVE);
2865 set_empty_script(*script);