Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc547 Object* undefined_or_literal_slot; in AllocateDeclarations() local
549 undefined_or_literal_slot = info->isolate()->heap()->undefined_value(); in AllocateDeclarations()
551 undefined_or_literal_slot = in AllocateDeclarations()
554 data->set(array_index++, undefined_or_literal_slot); in AllocateDeclarations()