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

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

Completed in 33 milliseconds