Searched defs:DontEnum (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DCustomElementConstructorBuilder.cpp208 m_constructor->ForceSet(prototypeKey, m_prototype, v8::PropertyAttribute(v8::ReadOnly | v8::DontEnum | v8::DontDelete));
211 m_prototype->ForceSet(v8String(isolate, "constructor"), m_constructor, v8::DontEnum); member in class:WebCore::v8
/external/v8/include/
H A Dv8.h1395 DontEnum = 1 << 1, enumerator in enum:v8::PropertyAttribute
1476 * any combination of ReadOnly, DontEnum and DontDelete. Returns
2025 * v8::DontEnum, etc.)
/external/chromium_org/v8/include/
H A Dv8.h2140 DontEnum = 1 << 1, enumerator in enum:v8::PropertyAttribute
2222 * any combination of ReadOnly, DontEnum and DontDelete. Returns
3315 * v8::DontEnum, etc.)

Completed in 535 milliseconds