Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc564 Handle<Map> empty_function_map = in CreateEmptyFunction() local
566 DCHECK(!empty_function_map->is_dictionary_map()); in CreateEmptyFunction()
567 Map::SetPrototype(empty_function_map, object_function_prototype); in CreateEmptyFunction()
568 empty_function_map->set_is_prototype_map(true); in CreateEmptyFunction()
570 empty_function->set_map(*empty_function_map); in CreateEmptyFunction()
591 AddRestrictedFunctionProperties(empty_function_map); in CreateEmptyFunction()