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

  /external/v8/src/ast/
scopeinfo.cc 158 ContextLocalMode::encode(var->mode()) |
170 ContextLocalMode::encode(var->mode()) |
274 const uint32_t value = ContextLocalMode::encode(CONST) |
449 VariableMode ScopeInfo::ContextLocalMode(int var) {
453 return ContextLocalMode::decode(value);
553 *mode = scope_info->ContextLocalMode(var);
580 // This is to ensure that ContextLocalMode() and co. queries would work.
591 *mode = scope_info->ContextLocalMode(var);
  /external/v8/src/runtime/
runtime-scopes.cc 753 VariableMode mode = scope_info->ContextLocalMode(var);
    [all...]
  /external/v8/src/
objects.h     [all...]

Completed in 166 milliseconds