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

  /external/v8/src/objects/
scope-info.h 82 bool HasFunctionName();
scope-info.cc 471 bool ScopeInfo::HasFunctionName() {
515 DCHECK(HasFunctionName());
755 return FunctionNameInfoIndex() + (HasFunctionName() ? 2 : 0);
814 if (HasFunctionName()) {
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 322 milliseconds