Searched refs:ContextLocalMode (Results 1 – 2 of 2) sorted by relevance
124 uint32_t value = ContextLocalMode::encode(var->mode()) | in Create()267 VariableMode ScopeInfo::ContextLocalMode(int var) { in ContextLocalMode() function in v8::internal::ScopeInfo271 return ContextLocalMode::decode(value); in ContextLocalMode()317 *mode = ContextLocalMode(var); in ContextSlotIndex()
3391 VariableMode ContextLocalMode(int var);3518 class ContextLocalMode: public BitField<VariableMode, 0, 3> {};