Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-constructor-gen.cc471 Label if_empty_fixed_array(this), if_copy_elements(this), done(this); in EmitCreateShallowObjectLiteral() local
473 Branch(IsEmptyFixedArray(boilerplate_elements), &if_empty_fixed_array, in EmitCreateShallowObjectLiteral()
476 BIND(&if_empty_fixed_array); in EmitCreateShallowObjectLiteral()