Searched refs:empty_function_map (Results 1 – 1 of 1) sorted by relevance
522 Handle<Map> empty_function_map = in CreateEmptyFunction() local524 DCHECK(!empty_function_map->is_dictionary_map()); in CreateEmptyFunction()525 empty_function_map->set_prototype( in CreateEmptyFunction()527 empty_function_map->set_is_prototype_map(true); in CreateEmptyFunction()528 empty_function->set_map(*empty_function_map); in CreateEmptyFunction()