Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc199 int stack_local_base = index; in Create() local
200 int context_local_base = stack_local_base + stack_local_count; in Create()
210 scope_info->set(stack_local_base + local_index, *var->name()); in Create()