Lines Matching defs:value
11 #include "src/ast/ast-value-factory.h"
202 Handle<Object> value =
204 fixed_array->set(array_index++, *value);
247 ->value;
255 ->value;
263 ->value;
344 Smi value) {
345 index_t index = static_cast<index_t>(AllocateIndex(Entry(value)));
346 smi_map_[value] = index;
351 Smi value) {
354 auto entry = smi_map_.find(value);
356 index = AllocateReservedEntry(value);
364 index = AllocateReservedEntry(value);
387 // TODO(leszeks): There's probably a better value we could use here.