Searched refs:empty_function_map (Results 1 – 1 of 1) sorted by relevance
609 Handle<Map> empty_function_map = factory()->CreateSloppyFunctionMap( in CreateEmptyFunction() local611 empty_function_map->set_is_prototype_map(true); in CreateEmptyFunction()612 DCHECK(!empty_function_map->is_dictionary_map()); in CreateEmptyFunction()620 factory()->empty_string(), empty_function_map, Builtins::kEmptyFunction); in CreateEmptyFunction()791 Handle<Map> empty_function_map(empty_function->map(), isolate_); in CreateObjectFunction() local792 Map::SetPrototype(isolate(), empty_function_map, object_function_prototype); in CreateObjectFunction()