HomeSort by relevance Sort by last modified time
    Searched refs:VariableIsSynthetic (Results 1 - 6 of 6) sorted by null

  /external/v8/src/debug/
debug-frames.cc 120 if (ScopeInfo::VariableIsSynthetic(*name)) continue;
135 if (ScopeInfo::VariableIsSynthetic(*name)) continue;
169 if (ScopeInfo::VariableIsSynthetic(*name)) continue;
181 if (ScopeInfo::VariableIsSynthetic(*name)) continue;
debug-scopes.cc 775 if (ScopeInfo::VariableIsSynthetic(*name)) continue;
802 CHECK(!ScopeInfo::VariableIsSynthetic(name));
  /external/v8/src/objects/
scope-info.h 131 static bool VariableIsSynthetic(String* name);
scope-info.cc 590 bool ScopeInfo::VariableIsSynthetic(String* name) {
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc 589 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(slot))) {
599 if (ScopeInfo::VariableIsSynthetic(scope_info->LocalName(i))) continue;
617 if (ScopeInfo::VariableIsSynthetic(*name)) continue;
    [all...]
  /external/v8/src/
contexts.cc 275 if (ScopeInfo::VariableIsSynthetic(*name)) {

Completed in 371 milliseconds