Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc200 int context_local_base = stack_local_base + stack_local_count; in Create() local
201 int context_local_info_base = context_local_base + context_local_count; in Create()
222 scope_info->set(context_local_base + local_index, *var->name()); in Create()