Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-constructor-gen.cc578 Label if_empty_fixed_array(this), if_copy_elements(this), done(this); in CreateShallowObjectLiteral() local
580 Branch(IsEmptyFixedArray(boilerplate_elements), &if_empty_fixed_array, in CreateShallowObjectLiteral()
583 BIND(&if_empty_fixed_array); in CreateShallowObjectLiteral()