Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc5661 Label if_mapped(this), if_unmapped(this), end(this, &var_result); in EmitKeyedSloppyArguments() local
5669 Branch(WordEqual(mapped_index, TheHoleConstant()), &if_unmapped, &if_mapped); in EmitKeyedSloppyArguments()
5671 Bind(&if_mapped); in EmitKeyedSloppyArguments()