Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc398 Handle<String> name_handle = name->string(); in LookupLocal() local
404 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope()); in LookupLocal()
411 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()
415 index = ScopeInfo::ContextGlobalSlotIndex(scope_info_, name_handle, &mode, in LookupLocal()
420 index = scope_info_->ParameterIndex(*name_handle); in LookupLocal()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc462 v8::Local<v8::String> name_handle = v8_str(name); in FindChild() local
465 if (name_handle->Equals(context, child->GetFunctionName()).FromJust()) { in FindChild()