Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc522 Handle<Map> empty_function_map = in CreateEmptyFunction() local
524 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()