Home
last modified time | relevance | path

Searched refs:script_map (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dbootstrapper.cc2129 Handle<Map> script_map = Handle<Map>(script_fun->initial_map()); in ExportFromRuntime() local
2130 Map::EnsureDescriptorSlack(script_map, 15); in ExportFromRuntime()
2141 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2148 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2157 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2165 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2174 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2182 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2191 script_map->AppendDescriptor(&d); in ExportFromRuntime()
2200 script_map->AppendDescriptor(&d); in ExportFromRuntime()
[all …]