HomeSort by relevance Sort by last modified time
    Searched full:name_handle (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.cc 398 Handle<String> name_handle = name->string(); local
404 DCHECK(scope_info_->StackSlotIndex(*name_handle) < 0 || is_block_scope());
411 int index = ScopeInfo::ContextSlotIndex(scope_info_, name_handle, &mode,
415 index = ScopeInfo::ContextGlobalSlotIndex(scope_info_, name_handle, &mode,
420 index = scope_info_->ParameterIndex(*name_handle);
    [all...]
  /external/v8/test/cctest/
test-cpu-profiler.cc 462 v8::Local<v8::String> name_handle = v8_str(name); local
465 if (name_handle->Equals(context, child->GetFunctionName()).FromJust()) {
    [all...]

Completed in 114 milliseconds