Searched refs:undefined_constant (Results 1 – 3 of 3) sorted by relevance
152 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); in Environment() local153 values()->insert(values()->end(), register_count, undefined_constant); in Environment()157 values()->push_back(undefined_constant); in Environment()
526 Node* undefined_constant = builder->jsgraph()->UndefinedConstant(); in Environment() local527 values()->insert(values()->end(), locals_count(), undefined_constant); in Environment()
4169 HConstant* undefined_constant = graph()->GetConstantUndefined(); in SetUpScope() local4172 environment()->Bind(i, undefined_constant); in SetUpScope()4182 prolog_env->BindContext(undefined_constant); in SetUpScope()