HomeSort by relevance Sort by last modified time
    Searched full:empty_function_map (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
bootstrapper.cc 619 Handle<Map> empty_function_map = local
621 DCHECK(!empty_function_map->is_dictionary_map());
622 Map::SetPrototype(empty_function_map, object_function_prototype);
623 empty_function_map->set_is_prototype_map(true);
625 empty_function->set_map(*empty_function_map);
    [all...]

Completed in 67 milliseconds