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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8MessageEventCustom.cpp131 v8::PropertyAttribute dataAttr = static_cast<v8::PropertyAttribute>(v8::DontDelete | v8::ReadOnly); local
132 info.Holder()->ForceSet(v8AtomicString(info.GetIsolate(), "data"), result, dataAttr); local

Completed in 443 milliseconds