Searched refs:name_handle (Results 1 – 2 of 2) sorted by relevance
398 Handle<String> name_handle = name->string(); in LookupLocal() local404 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()
462 v8::Local<v8::String> name_handle = v8_str(name); in FindChild() local465 if (name_handle->Equals(context, child->GetFunctionName()).FromJust()) { in FindChild()