Home
last modified time | relevance | path

Searched refs:ContextLocalMode (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dscopeinfo.cc124 uint32_t value = ContextLocalMode::encode(var->mode()) | in Create()
267 VariableMode ScopeInfo::ContextLocalMode(int var) { in ContextLocalMode() function in v8::internal::ScopeInfo
271 return ContextLocalMode::decode(value); in ContextLocalMode()
317 *mode = ContextLocalMode(var); in ContextSlotIndex()
Dobjects.h3391 VariableMode ContextLocalMode(int var);
3518 class ContextLocalMode: public BitField<VariableMode, 0, 3> {};