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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8MessageEventCustom.cpp96 v8::PropertyAttribute dataAttr = static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly); local
97 info.Holder()->ForceSet(name, result, dataAttr);

Completed in 60 milliseconds