HomeSort by relevance Sort by last modified time
    Searched full:detailsarg (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomEventCustom.cpp 89 v8::Handle<v8::Value> detailsArg = info[3];
93 if (!detailsArg.IsEmpty()) {
94 info.Holder()->SetHiddenValue(V8HiddenPropertyName::detail(info.GetIsolate()), detailsArg);
96 event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(detailsArg, info.GetIsolate()));

Completed in 38 milliseconds