createAndSwallowExceptions  668 Source/bindings/templates/interface.cpp             event->setSerialized{{attribute.name | blink_capitalize}}(SerializedScriptValue::createAndSwallowExceptions({{attribute.name}}, isolate));
createAndSwallowExceptions  277 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp             event->setSerializedInitializedByEventConstructorReadonlyAnyAttribute(SerializedScriptValue::createAndSwallowExceptions(initializedByEventConstructorReadonlyAnyAttribute, isolate));
createAndSwallowExceptions   83 Source/bindings/v8/SerializedScriptValue.h     static PassRefPtr<SerializedScriptValue> createAndSwallowExceptions(v8::Handle<v8::Value>, v8::Isolate*);
createAndSwallowExceptions   69 Source/bindings/v8/custom/V8CustomEventCustom.cpp             event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(mainWorldDetail, info.GetIsolate()));
createAndSwallowExceptions   96 Source/bindings/v8/custom/V8CustomEventCustom.cpp             event->setSerializedDetail(SerializedScriptValue::createAndSwallowExceptions(detailsArg, info.GetIsolate()));
createAndSwallowExceptions   90 Source/bindings/v8/custom/V8MessageEventCustom.cpp                     event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(mainWorldData, info.GetIsolate()));
createAndSwallowExceptions  160 Source/bindings/v8/custom/V8MessageEventCustom.cpp             event->setSerializedData(SerializedScriptValue::createAndSwallowExceptions(dataArg, info.GetIsolate()));
createAndSwallowExceptions   66 Source/bindings/v8/custom/V8PopStateEventCustom.cpp                 event->setSerializedState(SerializedScriptValue::createAndSwallowExceptions(mainWorldState, info.GetIsolate()));