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

  /external/v8/src/
scopeinfo.cc 191 bool has_context = context_locals > 0 || local
195 if (has_context) {
  /external/chromium_org/v8/src/
scopeinfo.cc 194 bool has_context = context_locals > 0 || local
199 if (has_context) {

Completed in 169 milliseconds