Searched refs:ContextLocalMode (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ast/
H A Dscopeinfo.cc152 ContextLocalMode::encode(var->mode()) |
164 ContextLocalMode::encode(var->mode()) |
246 const uint32_t value = ContextLocalMode::encode(CONST) |
418 VariableMode ScopeInfo::ContextLocalMode(int var) { function in class:v8::internal::ScopeInfo
422 return ContextLocalMode::decode(value);
490 *mode = scope_info->ContextLocalMode(var);
517 // This is to ensure that ContextLocalMode() and co. queries would work.
528 *mode = scope_info->ContextLocalMode(var);
/external/v8/src/runtime/
H A Druntime-scopes.cc608 VariableMode mode = scope_info->ContextLocalMode(var);
/external/v8/src/
H A Dobjects.h4163 VariableMode ContextLocalMode(int var);
4339 class ContextLocalMode: public BitField<VariableMode, 0, 3> {}; class in class:v8::internal::KeyCollectionMode::ScopeInfo

Completed in 102 milliseconds